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??? | 0011111101001110001111110011111100111111 | 3f4e3f3f3f |
SJIS-WIN | ?N??? | 0011111101001110001111110011111100111111 | 3f4e3f3f3f |
EUC-JP | ?N??? | 0011111101001110001111110011111100111111 | 3f4e3f3f3f |
UTF-8 | 뭒N뫌묱뫎 | 11101011101011011001001001001110111010111010101110001100111010111010110010110001111010111010101110001110 | ebad924eebab8cebacb1ebab8e |
UHC | 뭒N뫌묱뫎 | 100100100101101001001110100100011010111010010010010010001001000110110000 | 925a4e91ae924891b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)