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 | 闍ウ騾ク諡セ | 111010001000101110110011111010011000000010111000111001101000101110111110 | e88bb3e980b8e68bbe |
EUC-JP | 闍ウ騾ク諡セ | 111011111110101110001110101100111111000111100000100011101011100011101011111010111000111010111110 | efeb8eb3f1e08eb8ebeb8ebe |
UTF-8 | 闍ウ騾ク諡セ | 111010011001011110001101111011111011110110110011111010011010100010111110111011111011110110111000111010001010101110100001111011111011110110111110 | e9978defbdb3e9a8beefbdb8e8aba1efbdbe |
UHC | ????諡? | 00111111001111110011111100111111111000111100110100111111 | 3f3f3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)