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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莢矩゛蟯 | 1110010010110000100010111110100110000001010010101110010110110010 | e4b08be9814ae5b2 |
EUC-JP | 莢矩゛蟯 | 1110100010110010101101101110101110100001101010111110101010110100 | e8b2b6eba1abeab4 |
UTF-8 | 莢矩゛蟯 | 111010001000111010100010111001111001111110101001111000111000001010011011111010001001111110101111 | e88ea2e79fa9e3829be89faf |
UHC | 莢矩?蟯 | 11111010111110001100111110111011001111111110100110101000 | faf8cfbb3fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)