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 | 辱⑤???? | 1001000001001010100001110100010000111111001111110011111100111111 | 904a87443f3f3f3f |
EUC-JP | 辱??庾?? | 101111111010101100111111001111111000111110111100110011100011111100111111 | bfab3f3f8fbcce3f3f |
UTF-8 | 辱⑤뿦庾됬눥 | 111010001011111010110001111000101001000110100100111010111011111110100110111001011011101010111110111010111001000010101100111010111000100010100101 | e8beb1e291a4ebbfa6e5babeeb90aceb88a5 |
UHC | 辱⑤뿦庾됬눥 | 111010011011010010101000111010111001011110100110111010101110110010001001111001111000011110111100 | e9b4a8eb97a6eaec89e787bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)