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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | 縕??h縕? | 10001111110101001100001000111111001111110110100010001111110101001100001000111111 | 8fd4c23f3f688fd4c23f |
UTF-8 | 縕녘콒h縕녘 | 11100111101110001001010111101011100001011001100011101100101111011001001001101000111001111011100010010101111010111000010110011000 | e7b895eb8598ecbd9268e7b895eb8598 |
UHC | 縕녘콒h縕녘 | 1110100010110010101100111110100010110001100011100110100011101000101100101011001111101000 | e8b2b3e8b18e68e8b2b3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)