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 | 辱ラ?熱 | 10010000010010101000001110001001001111111001010001001101 | 904a83893f944d |
EUC-JP | 辱ラ?熱 | 10111111101010111010010111101001001111111100011110101110 | bfaba5e93fc7ae |
UTF-8 | 辱ラ눃熱 | 111010001011111010110001111000111000001110101001111010111000100010000011111001111000011010110001 | e8beb1e383a9eb8883e786b1 |
UHC | 辱ラ눃熱 | 1110100110110100101010111110100110000111101001001110011011110000 | e9b4abe987a4e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)