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 | 獄??熱? | 10001101100101100011111100111111100101000100110100111111 | 8d963f3f944d3f |
EUC-JP | 獄??熱? | 10111001111101100011111100111111110001111010111000111111 | b9f63f3fc7ae3f |
UTF-8 | 獄ㅵ뛽熱귻 | 111001111000110110000100111000111000010110110101111010111001101110111101111001111000011010110001111010101011011110111011 | e78d84e385b5eb9bbde786b1eab7bb |
UHC | 獄ㅵ뛽熱귻 | 11101000101010111010010011100101100011011000001111100110111100001000001101000010 | e8aba4e58d83e6f08342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)