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 | ?????NV | 00111111001111110011111100111111001111110100111001010110 | 3f3f3f3f3f4e56 |
SJIS-WIN | ?????NV | 00111111001111110011111100111111001111110100111001010110 | 3f3f3f3f3f4e56 |
EUC-JP | ?????NV | 00111111001111110011111100111111001111110100111001010110 | 3f3f3f3f3f4e56 |
UTF-8 | 셈셩렱롂셤NV | 1110110010000101100010001110110010000101101010011110101110100000101100011110101110100001100000101110110010000101101001000100111001010110 | ec8588ec85a9eba0b1eba182ec85a44e56 |
UHC | 셈셩렱롂셤NV | 101111001100000010111100110011011000111010111110100011101100100110111100110010010100111001010110 | bcc0bccd8ebe8ec9bcc94e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)