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 | 111001011011000010001111010001011110010110110000100011110100010101000010 | e5b08f45e5b08f4542 |
EUC-JP | 蟆拾蟆拾B | 111010101011001010111101101001101110101010110010101111011010011001000010 | eab2bda6eab2bda642 |
UTF-8 | 蟆拾蟆拾B | 11101000100111111000011011100110100010111011111011101000100111111000011011100110100010111011111001000010 | e89f86e68bbee89f86e68bbe42 |
UHC | ?拾?拾B | 00111111111000111010011000111111111000111010011001000010 | 3fe3a63fe3a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)