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 | 瓮〓???? | 1110000101000100100000011010110000111111001111110011111100111111 | e14481ac3f3f3f3f |
EUC-JP | 瓮〓???? | 1110000110100101101000101010111000111111001111110011111100111111 | e1a5a2ae3f3f3f3f |
UTF-8 | 瓮〓젍料ㅻ쓧 | 111001111001001110101110111000111000000010010011111011001010000010001101111011111010011010111110111000111000010110111011111011001001001110100111 | e793aee38093eca08defa6bee385bbec93a7 |
UHC | 瓮〓젍料ㅻ쓧 | 111010001011011110100001111010111010000010001110111010001111011110100100111010111001110110001000 | e8b7a1eba08ee8f7a4eb9d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)