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???gB | 0011111100111111010011100011111100111111001111110110011101000010 | 3f3f4e3f3f3f6742 |
SJIS-WIN | 恁?N恁??gB | 10011100100011000011111101001110100111001000110000111111001111110110011101000010 | 9c8c3f4e9c8c3f3f6742 |
EUC-JP | 恁?N恁??gB | 11010111111011000011111101001110110101111110110000111111001111110110011101000010 | d7ec3f4ed7ec3f3f6742 |
UTF-8 | 恁챎N恁⑹쭦gB | 111001101000000110000001111011001011000110001110010011101110011010000001100000011110001010010001101110011110110010101101101001100110011101000010 | e68181ecb18e4ee68181e291b9ecada66742 |
UHC | 恁챎N恁⑹쭦gB | 11101100111101101010101001011010010011101110110011110110101010011110110010100111100110100110011101000010 | ecf6aa5a4eecf6a9eca79a6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)