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 | ???n???} | 0011111100111111001111110110111000111111001111110011111101111101 | 3f3f3f6e3f3f3f7d |
SJIS-WIN | ???n??咐} | 001111110011111100111111011011100011111100111111100110011111001101111101 | 3f3f3f6e3f3f99f37d |
EUC-JP | ???n??咐} | 001111110011111100111111011011100011111100111111110100101111010101111101 | 3f3f3f6e3f3fd2f57d |
UTF-8 | 룶웩熉n룶웩咐} | 1110101110100011101101101110110010011011101010011110011110000110100010010110111011101011101000111011011011101100100110111010100111100101100100101001000001111101 | eba3b6ec9ba9e786896eeba3b6ec9ba9e592907d |
UHC | 룶웩熉n룶웩咐} | 1000111110101011110000001010000111101001111110110110111010001111101010111100000010100001110111001111101101111101 | 8fabc0a1e9fb6e8fabc0a1dcfb7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)