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 | ¸NH | 1001000110111000100100100100111001001000 | 91b8924e48 |
SJIS-WIN | ???NH | 0011111100111111001111110100111001001000 | 3f3f3f4e48 |
EUC-JP | ?¸?NH | 00111111100011111010001010110001001111110100111001001000 | 3f8fa2b13f4e48 |
UTF-8 | ¸NH | 1100001010010001110000101011100011000010100100100100111001001000 | c291c2b8c2924e48 |
UHC | ?¸?NH | 001111111010001010101100001111110100111001001000 | 3fa2ac3f4e48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)