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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嘆贈嘆贈B | 100100100101000110010001101000011001001001010001100100011010000101000010 | 925191a1925191a142 |
EUC-JP | 嘆贈嘆贈B | 110000111011001011000010101000111100001110110010110000101010001101000010 | c3b2c2a3c3b2c2a342 |
UTF-8 | 嘆贈嘆贈B | 11100101100110001000011011101000101101001000100011100101100110001000011011101000101101001000100001000010 | e59886e8b488e59886e8b48842 |
UHC | 嘆贈嘆贈B | 111101111010001111110001111111001111011110100011111100011111110001000010 | f7a3f1fcf7a3f1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)