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 | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | 魏灌N | 1110100110110000100111111111001101001110 | e9b09ff34e |
EUC-JP | 魏灌N | 1111001010110010110111101111010101001110 | f2b2def54e |
UTF-8 | 魏灌N | 11101001101011011000111111100111100000011000110001001110 | e9ad8fe7818c4e |
UHC | 魏灌N | 1110101011100000110011101011010001001110 | eae0ceb44e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)