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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 紲種拾B | 11100011010001111000111011101101100011110100010101000010 | e3478eed8f4542 |
EUC-JP | 紲種拾B | 11100101101010001011110011101111101111011010011001000010 | e5a8bcefbda642 |
UTF-8 | 紲種拾B | 11100111101101001011001011100111101010001010111011100110100010111011111001000010 | e7b4b2e7a8aee68bbe42 |
UHC | ?種拾B | 001111111111000011111010111000111010011001000010 | 3ff0fae3a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)