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 | 罌????? | 11100011101000000011111100111111001111110011111100111111 | e3a03f3f3f3f3f |
EUC-JP | 罌??瑗?? | 111001101010001000111111001111111000111111001100110000000011111100111111 | e6a23f3f8fccc03f3f |
UTF-8 | 罌삳뀛瑗뉓쓩 | 111001111011110110001100111011001000001010110011111010111000000010011011111001111001000110010111111010111000100110010011111011001001001110101001 | e7bd8cec82b3eb809be79197eb8993ec93a9 |
UHC | 罌삳뀛瑗뉓쓩 | 111001011010001010111011111010111000010110010100111010101011110010000111111010001011111010110001 | e5a2bbeb8594eabc87e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)