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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ?蒼??@h | 00111111100100011001001100111111001111110100000001101000 | 3f91933f3f4068 |
EUC-JP | ?蒼??@h | 00111111110000011111001100111111001111110100000001101000 | 3fc1f33f3f4068 |
UTF-8 | 렱蒼롃렰@h | 1110101110100000101100011110100010010010101111001110101110100001100000111110101110100000101100000100000001101000 | eba0b1e892bceba183eba0b04068 |
UHC | 렱蒼롃렰@h | 10001110101111101111001111101111100011101100101010001110101111010100000001101000 | 8ebef3ef8eca8ebd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)