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? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-WIN | 弱??N弱 | 10001110111000110011111100111111010011101000111011100011 | 8ee33f3f4e8ee3 |
EUC-JP | 弱??N弱 | 10111100111001010011111100111111010011101011110011100101 | bce53f3f4ebce5 |
UTF-8 | 弱놅쉰N弱 | 11100101101111001011000111101011100001101000010111101100100010011011000001001110111001011011110010110001 | e5bcb1eb8685ec89b04ee5bcb1 |
UHC | 弱놅쉰N弱 | 111001011011000010000110111011111011110110101110010011101110010110110000 | e5b086efbdae4ee5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)