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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 旅咀預 | 100101111011011110011001111100001001011101100001 | 97b799f09761 |
EUC-JP | 旅咀預 | 110011101011100111010010111100101100110111000010 | ceb9d2f2cdc2 |
UTF-8 | 旅咀預 | 111001101001011110000101111001011001001010000000111010011010000010010000 | e69785e59280e9a090 |
UHC | 旅咀預 | 110101011110100111101110101110101110011111101000 | d5e9eebae7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)