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 | 臍??諄 | 111001000110000000111111001111111110011001111000 | e4603f3fe678 |
EUC-JP | 臍??諄 | 111001111100000100111111001111111110101111011001 | e7c13f3febd9 |
UTF-8 | 臍펠쥡諄 | 111010001000011110001101111011011000111010100000111011001010010110100001111010001010101110000100 | e8878ded8ea0eca5a1e8ab84 |
UHC | 臍펠쥡諄 | 1111000010110000110001101110011111000001111010001110001011110100 | f0b0c6e7c1e8e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)