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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 矮??h矮 | 11100001111000100011111100111111011010001110000111100010 | e1e23f3f68e1e2 |
EUC-JP | 矮??h矮 | 11100010111001000011111100111111011010001110001011100100 | e2e43f3f68e2e4 |
UTF-8 | 矮쏉슛h矮 | 11100111100111111010111011101100100011111000100111101100100010101001101101101000111001111001111110101110 | e79faeec8f89ec8a9b68e79fae |
UHC | 矮쏉슛h矮 | 111010001110000110011011111011111011110110111000011010001110100011100001 | e8e19befbdb868e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)