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 | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | 霍雫質AB | 11101000101101111000111010110100111100001011001010001110101111110100000101000010 | e8b78eb4f0b28ebf4142 |
EUC-JP | 霍雫?質AB | 111100001011100110111100101101100011111110111100110000010100000101000010 | f0b9bcb63fbcc14142 |
UTF-8 | 霍雫質AB | 1110100110011100100011011110100110011011101010111110111010000001101100011110100010110011101010100100000101000010 | e99c8de99babee81b1e8b3aa4142 |
UHC | ???質AB | 00111111001111110011111111110010111101010100000101000010 | 3f3f3ff2f54142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)