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 | ??????gB | 0011111100111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f3f6742 |
SJIS-WIN | 驛?????gB | 111010011000001100111111001111110011111100111111001111110110011101000010 | e9833f3f3f3f3f6742 |
EUC-JP | 驛?????gB | 111100011110001100111111001111110011111100111111001111110110011101000010 | f1e33f3f3f3f3f6742 |
UTF-8 | 驛긱냱溜곕젙gB | 1110100110101001100110111110101010111000101100011110101110000011101100011110111110100111100010111110101010110011100101011110110010100000100110010110011101000010 | e9a99beab8b1eb83b1efa78beab395eca0996742 |
UHC | 驛긱냱溜곕젙gB | 1110011010111110101100011110001110000110100000011110101011111110101100001110101110100000100101010110011101000010 | e6beb1e38681eafeb0eba0956742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)