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£¨^~ | 1001001001000100100100011010001110010001101010000101111001111110 | 924491a391a85e7e |
SJIS-WIN | ?D?£?¨^~ | 00111111010001000011111110000001100100100011111110000001010011100101111001111110 | 3f443f81923f814e5e7e |
EUC-JP | ?D?£?¨^~ | 00111111010001000011111110100001111100100011111110100001101011110101111001111110 | 3f443fa1f23fa1af5e7e |
UTF-8 | D£¨^~ | 11000010100100100100010011000010100100011100001010100011110000101001000111000010101010000101111001111110 | c29244c291c2a3c291c2a85e7e |
UHC | ?D???¨^~ | 001111110100010000111111001111110011111110100001101001110101111001111110 | 3f443f3f3fa1a75e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)