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 | D£¨C | 1001001001000100100100011010001110010001101010001001001001000011 | 924491a391a89243 |
SJIS-WIN | ?D?£?¨?C | 00111111010001000011111110000001100100100011111110000001010011100011111101000011 | 3f443f81923f814e3f43 |
EUC-JP | ?D?£?¨?C | 00111111010001000011111110100001111100100011111110100001101011110011111101000011 | 3f443fa1f23fa1af3f43 |
UTF-8 | D£¨C | 1100001010010010010001001100001010010001110000101010001111000010100100011100001010101000110000101001001001000011 | c29244c291c2a3c291c2a8c29243 |
UHC | ?D???¨?C | 001111110100010000111111001111110011111110100001101001110011111101000011 | 3f443f3f3fa1a73f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)