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 | 蠍。ヘ | 111001011011011010100001110011011111000011110011 | e5b6a1cdf0f3 |
EUC-JP | 蠍。ヘ? | 11101010101110001000111010100001100011101100110100111111 | eab88ea18ecd3f |
UTF-8 | 蠍。ヘ | 111010001010000010001101111011111011110110100001111011111011111010001101111011101000001010110010 | e8a08defbda1efbe8dee82b2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)