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 | 10010111101101101000000101100110100111000111001001000010 | 97b681669c7242 |
EUC-JP | 慮’徨B | 11001110101110001010000111000111110101111101001101000010 | ceb8a1c7d7d342 |
UTF-8 | 慮’徨B | 11100110100001011010111011100010100000001001100111100101101111101010100001000010 | e685aee28099e5bea842 |
UHC | 慮’徨B | 11010101111001111010000110101111111111001100011101000010 | d5e7a1affcc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)