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 | 氏????? | 10001110100000010011111100111111001111110011111100111111 | 8e813f3f3f3f3f |
EUC-JP | 氏????? | 10111011111000010011111100111111001111110011111100111111 | bbe13f3f3f3f3f |
UTF-8 | 氏룋뙵聯깇둚 | 111001101011000010001111111010111010001110001011111010111001100110110101111011111010011010010111111010101011100110000111111010111001000110011010 | e6b08feba38beb99b5efa697eab987eb919a |
UHC | 氏룋뙵聯깇둚 | 111001001010101110001111100010101000110010111000111001101110000110000011100001101000101001010010 | e4ab8f8a8cb8e6e183868a52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)