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 | 獄??若? | 10001101100101100011111100111111100011101110000100111111 | 8d963f3f8ee13f |
EUC-JP | 獄??若? | 10111001111101100011111100111111101111001110001100111111 | b9f63f3fbce33f |
UTF-8 | 獄띕뿼若놟 | 111001111000110110000100111010111001110110010101111010111011111110111100111010001000101110100101111010111000011010011111 | e78d84eb9d95ebbfbce88ba5eb869f |
UHC | 獄띕뿼若놟 | 11101000101010111011011011101011100101111011110011100101101101001000011101000010 | e8abb6eb97bce5b48742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)