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邯ス | 11100111101101101011110101101000111001111011011010111101 | e7b6bd68e7b6bd |
EUC-JP | 邯スh邯ス | 111011101011100010001110101111010110100011101110101110001000111010111101 | eeb88ebd68eeb88ebd |
UTF-8 | 邯スh邯ス | 11101001100000101010111111101111101111011011110101101000111010011000001010101111111011111011110110111101 | e982afefbdbd68e982afefbdbd |
UHC | 邯?h邯? | 11001010111110110011111101101000110010101111101100111111 | cafb3f68cafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)