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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 淨?垣矜工B | 10011111110001000011111110001010010111111110000111100000100011010100100001000010 | 9fc43f8a5fe1e08d4842 |
EUC-JP | 淨?垣矜工B | 11011110110001100011111110110011110000001110001011100010101110011010100101000010 | dec63fb3c0e2e2b9a942 |
UTF-8 | 淨렠垣矜工B | 11100110101101111010100011101011101000001010000011100101100111101010001111100111100111111001110011100101101101111010010101000010 | e6b7a8eba0a0e59ea3e79f9ce5b7a542 |
UHC | 淨렠垣矜工B | 1110111111100100100011101011000111101010101011111101000011101000110011011110111101000010 | efe48eb1eaafd0e8cdef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)