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 | 茫碁弘 | 111001001010100110001100111010011000110101001111 | e4a98ce98d4f |
EUC-JP | 茫碁弘 | 111010001010101110111000111010111011100110110000 | e8abb8ebb9b0 |
UTF-8 | 茫碁弘 | 111010001000110010101011111001111010001010000001111001011011110010011000 | e88cabe7a281e5bc98 |
UHC | 茫碁弘 | 110110001101010011010001101100111111101111110000 | d8d4d1b3fbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)