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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猖。ヘ筥 | 111000001100100110100001110011011110001010100110 | e0c9a1cde2a6 |
EUC-JP | 猖。ヘ筥 | 1110000011001011100011101010000110001110110011011110010010101000 | e0cb8ea18ecde4a8 |
UTF-8 | 猖。ヘ筥 | 111001111000110010010110111011111011110110100001111011111011111010001101111001111010110110100101 | e78c96efbda1efbe8de7ada5 |
UHC | 猖??? | 1111001111101001001111110011111100111111 | f3e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)