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 | 辱⑤?諭ワ? | 10010000010010101000011101000100001111111001011101000000100000111000111100111111 | 904a87443f9740838f3f |
EUC-JP | 辱??諭ワ? | 101111111010101100111111001111111100110110100001101001011110111100111111 | bfab3f3fcda1a5ef3f |
UTF-8 | 辱⑤뿨諭ワ㎘ | 111010001011111010110001111000101001000110100100111010111011111110101000111010001010101110101101111000111000001110101111111000111000111010011000 | e8beb1e291a4ebbfa8e8abade383afe38e98 |
UHC | 辱⑤뿨諭ワ㎘ | 111010011011010010101000111010111001011110101000111010111011000110101011111011111010011110100101 | e9b4a8eb97a8ebb1abefa7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)