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 | 1001111011111000001111110011111101000010 | 9ef83f3f42 |
EUC-JP | 檍??B | 1101110011111010001111110011111101000010 | dcfa3f3f42 |
UTF-8 | 檍됰젿B | 11100110101010101000110111101011100100001011000011101100101000001011111101000010 | e6aa8deb90b0eca0bf42 |
UHC | 檍됰젿B | 11100101111001011000100111101011101000001011000101000010 | e5e589eba0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)