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 | 邯」辟斐☆ | 111001111011011010100011111001111000010010010100111000111000000110011001 | e7b6a3e78494e38199 |
EUC-JP | 邯」辟斐☆ | 11101110101110001000111010100011111011011110010011001000111001011010000111111001 | eeb88ea3ede4c8e5a1f9 |
UTF-8 | 邯」辟斐☆ | 111010011000001010101111111011111011110110100011111010001011111010011111111001101001011010010000111000101001100010000110 | e982afefbda3e8be9fe69690e29886 |
UHC | 邯??斐☆ | 1100101011111011001111110011111111011101111011001010000111011001 | cafb3f3fddeca1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)