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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 專?獵 | 1001101110010011001111111110000011011000 | 9b933fe0d8 |
EUC-JP | 專?獵 | 1101010111110011001111111110000011011010 | d5f33fe0da |
UTF-8 | 專얗獵 | 111001011011000010001000111011001001011010010111111001111000110110110101 | e5b088ec9697e78db5 |
UHC | 專얗獵 | 111011101111011010111110111010011101011010110100 | eef6bee9d6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)