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 | 癲??寃h? | 111000011001111100111111001111111001101110000011100000101000100000111111 | e19f3f3f9b8382883f |
EUC-JP | 癲??寃h? | 111000101010000100111111001111111101010111100011101000111110100000111111 | e2a13f3fd5e3a3e83f |
UTF-8 | 癲룸뜂寃h쓩 | 111001111001100110110010111010111010001110111000111010111001110010000010111001011010111110000011111011111011110110001000111011001001001110101001 | e799b2eba3b8eb9c82e5af83efbd88ec93a9 |
UHC | 癲룸뜂寃h쓩 | 111011111010011010110111111010111000110110000110111010101011001010100011111010001011111010110001 | efa6b7eb8d86eab2a3e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)