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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 帝???闇 | 10010010111010010011111100111111001111111000100011000101 | 92e93f3f3f88c5 |
EUC-JP | 帝???闇 | 11000100111010110011111100111111001111111011000011000111 | c4eb3f3f3fb0c7 |
UTF-8 | 帝펩렦렑闇 | 111001011011100010011101111011011000111010101001111010111010000010100110111010111010000010010001111010011001011110000111 | e5b89ded8ea9eba0a6eba091e99787 |
UHC | 帝펩렦렑闇 | 11110000101010001100011011101001100011101011010110001110101001101110010011100001 | f0a8c6e98eb58ea6e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)