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 | 0011111100111111001111110011111100111111001111110100111001010110 | 3f3f3f3f3f3f4e56 |
SJIS-WIN | 節?????NV | 100100001101111100111111001111110011111100111111001111110100111001010110 | 90df3f3f3f3f3f4e56 |
EUC-JP | 節?????NV | 110000001110000100111111001111110011111100111111001111110100111001010110 | c0e13f3f3f3f3f4e56 |
UTF-8 | 節억풃廉뉛푻NV | 1110011110101111100000001110110010010110101101011110110110010010100000111110111110100110101000101110101110001001100110111110110110010001101110110100111001010110 | e7af80ec96b5ed9283efa6a2eb899bed91bb4e56 |
UHC | 節억풃廉뉛푻NV | 1110111110111101101111101110111110111110100010111110011011110101100001111110111110111110100001110100111001010110 | efbdbeefbe8be6f587efbe874e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)