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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??已? | 0011111100111111100110111101111100111111 | 3f3f9bdf3f |
EUC-JP | ??已? | 0011111100111111110101101110000100111111 | 3f3fd6e13f |
UTF-8 | 柳렏已띤 | 111011111010011110001001111010111010000010001111111001011011011110110010111010111001110110100100 | efa789eba08fe5b7b2eb9da4 |
UHC | 柳렏已띤 | 1110101011110111100011101010010111101100101010111011011011101101 | eaf78ea5ecabb6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)