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 | 聳よ桶薨 | 1110001111011110100000101110011010001001101100011110010101001001 | e3de82e689b1e549 |
EUC-JP | 聳よ桶薨 | 1110011011100000101001001110100010110010101100111110100110101010 | e6e0a4e8b2b3e9aa |
UTF-8 | 聳よ桶薨 | 111010001000000110110011111000111000001010001000111001101010000110110110111010001001011010101000 | e881b3e38288e6a1b6e896a8 |
UHC | 聳よ桶薨 | 1110100111000110101010101110100011110111110100101111110110111100 | e9c6aae8f7d2fdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)