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 | º¹ | 101110101010110110111001 | baadb9 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | º?? | 1000111110100010111010110011111100111111 | 8fa2eb3f3f |
UTF-8 | º¹ | 110000101011101011000010101011011100001010111001 | c2bac2adc2b9 |
UHC | º¹ | 101010001010110010100001101010011010100111110110 | a8aca1a9a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)