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??? | 001111110011111101001110001111110011111100111111 | 3f3f4e3f3f3f |
SJIS-WIN | 恁?N恁?㎞ | 100111001000110000111111010011101001110010001100001111111000011101110001 | 9c8c3f4e9c8c3f8771 |
EUC-JP | 恁?N恁?? | 1101011111101100001111110100111011010111111011000011111100111111 | d7ec3f4ed7ec3f3f |
UTF-8 | 恁챎N恁⑹㎞ | 11100110100000011000000111101100101100011000111001001110111001101000000110000001111000101001000110111001111000111000111010011110 | e68181ecb18e4ee68181e291b9e38e9e |
UHC | 恁챎N恁⑹㎞ | 1110110011110110101010100101101001001110111011001111011010101001111011001010011110110000 | ecf6aa5a4eecf6a9eca7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)