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 | ???vG | 0011111100111111001111110111011001000111 | 3f3f3f7647 |
SJIS-WIN | 浴??vG | 100101111000000100111111001111110111011001000111 | 97813f3f7647 |
EUC-JP | 浴??vG | 110011011110000100111111001111110111011001000111 | cde13f3f7647 |
UTF-8 | 浴녶뮘vG | 1110011010110101101101001110101110000101101101101110101110101110100110000111011001000111 | e6b5b4eb85b6ebae987647 |
UHC | 浴녶뮘vG | 1110100110110001100001101110010110010010101001000111011001000111 | e9b186e592a47647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)