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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 劣꾟꽒留뚦젇 | 111011111010011010011101111010101011111010011111111010101011110110010010111011111010011110001101111010111001101010100110111011001010000010000111 | efa69deabe9feabd92efa78deb9aa6eca087 |
UHC | 劣꾟꽒留뚦젇 | 111001101110101110000100111000101000010010100001111010111010011110001100111001011010000010001010 | e6eb84e284a1eba78ce5a08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)