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 | 邯」辟斐★ | 111001111011011010100011111001111000010010010100111000111000000110011010 | e7b6a3e78494e3819a |
EUC-JP | 邯」辟斐★ | 11101110101110001000111010100011111011011110010011001000111001011010000111111010 | eeb88ea3ede4c8e5a1fa |
UTF-8 | 邯」辟斐★ | 111010011000001010101111111011111011110110100011111010001011111010011111111001101001011010010000111000101001100010000101 | e982afefbda3e8be9fe69690e29885 |
UHC | 邯??斐★ | 1100101011111011001111110011111111011101111011001010000111011010 | cafb3f3fddeca1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)