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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | 崖??B畏? | 1000101001010010001111110011111101000010100010001101100000111111 | 8a523f3f4288d83f |
EUC-JP | 崖??B畏? | 1011001110110011001111110011111101000010101100001101101000111111 | b3b33f3f42b0da3f |
UTF-8 | 崖ㅷ쐞B畏붼 | 11100101101101001001011011100011100001011011011111101100100100001001111001000010111001111001010110001111111010111011011010111100 | e5b496e385b7ec909e42e7958febb6bc |
UHC | 崖ㅷ쐞B畏붼 | 1110010011110000101001001110011110011100100001000100001011101000111001101001010011101001 | e4f0a4e79c8442e8e694e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)