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 | ??k??Z | 001111110011111101101011001111110011111101011010 | 3f3f6b3f3f5a |
SJIS-WIN | テァkテァZ | 110000111010011101101011110000111010011101011010 | c3a76bc3a75a |
EUC-JP | テァkテァZ | 10001110110000111000111010100111011010111000111011000011100011101010011101011010 | 8ec38ea76b8ec38ea75a |
UTF-8 | テァkテァZ | 1110111110111110100000111110111110111101101001110110101111101111101111101000001111101111101111011010011101011010 | efbe83efbda76befbe83efbda75a |
UHC | ??k??Z | 001111110011111101101011001111110011111101011010 | 3f3f6b3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)