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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闍ウ騾ク諡セB | 11101000100010111011001111101001100000001011100011100110100010111011111001000010 | e88bb3e980b8e68bbe42 |
EUC-JP | 闍ウ騾ク諡セB | 11101111111010111000111010110011111100011110000010001110101110001110101111101011100011101011111001000010 | efeb8eb3f1e08eb8ebeb8ebe42 |
UTF-8 | 闍ウ騾ク諡セB | 11101001100101111000110111101111101111011011001111101001101010001011111011101111101111011011100011101000101010111010000111101111101111011011111001000010 | e9978defbdb3e9a8beefbdb8e8aba1efbdbe42 |
UHC | ????諡?B | 0011111100111111001111110011111111100011110011010011111101000010 | 3f3f3f3fe3cd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)