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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踟梧梵蓆 | 1110011011110111100011001110011010011110100100001110010011101100 | e6f78ce69e90e4ec |
EUC-JP | 踟梧梵蓆 | 1110110011111001101110001110100011011011111100001110100011101110 | ecf9b8e8dbf0e8ee |
UTF-8 | 踟梧梵蓆 | 111010001011100010011111111001101010001010100111111001101010001010110101111010001001001110000110 | e8b89fe6a2a7e6a2b5e89386 |
UHC | ?梧梵蓆 | 00111111111001111111110011011011111011111110000010110110 | 3fe7fcdbefe0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)