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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻??餓? | 11100100111010000011111100111111100010011110110000111111 | e4e83f3f89ec3f |
EUC-JP | 蒻??餓? | 11101000111010100011111100111111101100101110111000111111 | e8ea3f3fb2ee3f |
UTF-8 | 蒻멨뫎餓낦 | 111010001001001010111011111010111010100110101000111010111010101110001110111010011010010010010011111010111000001010100110 | e892bbeba9a8ebab8ee9a493eb82a6 |
UHC | 蒻멨뫎餓낦 | 11100101101101101011100011100101100100011011000011100100101110111000011001000010 | e5b6b8e591b0e4bb8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)