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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壯??攀隣 | 1001101011100001001111110011111110011101101100111001011111010111 | 9ae13f3f9db397d7 |
EUC-JP | 壯?邕攀隣 | 11010100111000110011111110001111111000011110110111011010101101011100111011011001 | d4e33f8fe1eddab5ced9 |
UTF-8 | 壯렍邕攀隣 | 111001011010001110101111111010111010000010001101111010011000001010010101111001101001010010000000111010011001101010100011 | e5a3afeba08de98295e69480e99aa3 |
UHC | 壯렍邕攀隣 | 11101101111000001000111010100011111010001011101111011010111001111101011111110110 | ede08ea3e8bbdae7d7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)