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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 垠褥h垠褥 | 100110101011010111100101111100010110100010011010101101011110010111110001 | 9ab5e5f1689ab5e5f1 |
EUC-JP | 垠褥h垠褥 | 110101001011011111101010111100110110100011010100101101111110101011110011 | d4b7eaf368d4b7eaf3 |
UTF-8 | 垠褥h垠褥 | 11100101100111101010000011101000101001001010010101101000111001011001111010100000111010001010010010100101 | e59ea0e8a4a568e59ea0e8a4a5 |
UHC | 垠褥h垠褥 | 111010111101100111101001101100110110100011101011110110011110100110110011 | ebd9e9b368ebd9e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)