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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?矮?楔?矮 | 001111111110000111100010001111111001111010110110001111111110000111100010 | 3fe1e23f9eb63fe1e2 |
EUC-JP | ?矮?楔?矮 | 001111111110001011100100001111111101110010111000001111111110001011100100 | 3fe2e43fdcb83fe2e4 |
UTF-8 | 뾸矮蟬楔蟬矮 | 111010111011111010111000111001111001111110101110111010001001111110101100111001101010010110010100111010001001111110101100111001111001111110101110 | ebbeb8e79faee89face6a594e89face79fae |
UHC | 뾸矮蟬楔蟬矮 | 100101110111101011101000111000011110000011010001111000001101101111100000110100011110100011100001 | 977ae8e1e0d1e0dbe0d1e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)