To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???市?丞 | 0011111100111111001111111000111001110011001111111000111111100101 | 3f3f3f8e733f8fe5 |
EUC-JP | ?紈?市?丞 | 00111111100011111101001111001101001111111011101111010100001111111011111011100111 | 3f8fd3cd3fbbd43fbee7 |
UTF-8 | 뤚紈쟌市킃丞 | 111010111010010010011010111001111011010010001000111011001001111110001100111001011011100010000010111011011000001010000011111001001011100010011110 | eba49ae7b488ec9f8ce5b882ed8283e4b89e |
UHC | 뤚紈쟌市킃丞 | 100011111100100111111100101111001100000011110010111000111011110010110100100011111110001110101010 | 8fc9fcbcc0f2e3bcb48fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)