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 | 叩嘆卒但 | 1001001001000000100100100101000110010001101100101001001001000001 | 9240925191b29241 |
EUC-JP | 叩嘆卒但 | 1100001110100001110000111011001011000010101101001100001110100010 | c3a1c3b2c2b4c3a2 |
UTF-8 | 叩嘆卒但 | 111001011000111110101001111001011001100010000110111001011000110110010010111001001011110110000110 | e58fa9e59886e58d92e4bd86 |
UHC | 叩嘆卒但 | 1100110110110000111101111010001111110000111011111101001110100011 | cdb0f7a3f0efd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)