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 | 癲????? | 11100001100111110011111100111111001111110011111100111111 | e19f3f3f3f3f3f |
EUC-JP | 癲??瑗?? | 111000101010000100111111001111111000111111001100110000000011111100111111 | e2a13f3f8fccc03f3f |
UTF-8 | 癲좊ㅈ瑗뉒뙠 | 111001111001100110110010111011001010001010001010111000111000010110001000111001111001000110010111111010111000100110010010111010111001100110100000 | e799b2eca28ae38588e79197eb8992eb99a0 |
UHC | 癲좊ㅈ瑗뉒뙠 | 111011111010011010100000111010111010010010111000111010101011110010000111111001111000110010100101 | efa6a0eba4b8eabc87e78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)