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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藏梧根 | 111001010101010110001100111001101000110110101010 | e5558ce68daa |
EUC-JP | 藏梧根 | 111010011011011010111000111010001011101010101100 | e9b6b8e8baac |
UTF-8 | 藏梧根 | 111010001001011110001111111001101010001010100111111001101010000010111001 | e8978fe6a2a7e6a0b9 |
UHC | 藏梧根 | 111011011111101011100111111111001101000011000110 | edfae7fcd0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)