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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ┴」h┴ | 10000100101010001000000101110110011010001000010010101000 | 84a881766884a8 |
EUC-JP | ┴」h┴ | 10101000101010101010000111010111011010001010100010101010 | a8aaa1d768a8aa |
UTF-8 | ┴」h┴ | 11100010100101001011010011100011100000001000110101101000111000101001010010110100 | e294b4e3808d68e294b4 |
UHC | ┴」h┴ | 10100110101010101010000110111001011010001010011010101010 | a6aaa1b968a6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)