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 | 邯」辟秘Γ | 111001111011011010100011111001111000010010010100111010011000001110100001 | e7b6a3e78494e983a1 |
EUC-JP | 邯」辟秘Γ | 11101110101110001000111010100011111011011110010011001000111010111010011010100011 | eeb88ea3ede4c8eba6a3 |
UTF-8 | 邯」辟秘Γ | 1110100110000010101011111110111110111101101000111110100010111110100111111110011110100111100110001100111010010011 | e982afefbda3e8be9fe7a798ce93 |
UHC | 邯??秘Γ | 1100101011111011001111110011111111011101111110101010010111000011 | cafb3f3fddfaa5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)