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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 筌??h筌 | 11100010101000110011111100111111011010001110001010100011 | e2a33f3f68e2a3 |
EUC-JP | 筌??h筌 | 11100100101001010011111100111111011010001110010010100101 | e4a53f3f68e4a5 |
UTF-8 | 筌뀀젣h筌 | 11100111101011011000110011101011100000001000000011101100101000001010001101101000111001111010110110001100 | e7ad8ceb8080eca0a368e7ad8c |
UHC | 筌뀀젣h筌 | 111011111010011110110010111010111010000010011100011010001110111110100111 | efa7b2eba09c68efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)