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£¨TF | 1001001001000100100100011010001110010001101010000101010001000110 | 924491a391a85446 |
SJIS-WIN | ?D?£?¨TF | 00111111010001000011111110000001100100100011111110000001010011100101010001000110 | 3f443f81923f814e5446 |
EUC-JP | ?D?£?¨TF | 00111111010001000011111110100001111100100011111110100001101011110101010001000110 | 3f443fa1f23fa1af5446 |
UTF-8 | D£¨TF | 11000010100100100100010011000010100100011100001010100011110000101001000111000010101010000101010001000110 | c29244c291c2a3c291c2a85446 |
UHC | ?D???¨TF | 001111110100010000111111001111110011111110100001101001110101010001000110 | 3f443f3f3fa1a75446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)