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 | 闍ウ騾ク菫ョ | 111010001000101110110011111010011000000010111000111001001011111110101110 | e88bb3e980b8e4bfae |
EUC-JP | 闍ウ騾ク菫ョ | 111011111110101110001110101100111111000111100000100011101011100011101000110000011000111010101110 | efeb8eb3f1e08eb8e8c18eae |
UTF-8 | 闍ウ騾ク菫ョ | 111010011001011110001101111011111011110110110011111010011010100010111110111011111011110110111000111010001000111110101011111011111011110110101110 | e9978defbdb3e9a8beefbdb8e88fabefbdae |
UHC | ????菫? | 00111111001111110011111100111111110100001100101100111111 | 3f3f3f3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)