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 | 轜駕衆葹 | 1110011101111110100010011110110110001111010011111110010011011111 | e77e89ed8f4fe4df |
EUC-JP | 轜駕衆葹 | 1110110111011111101100101110111110111101101100001110100011100001 | eddfb2efbdb0e8e1 |
UTF-8 | 轜駕衆葹 | 111010001011110110011100111010011010011110010101111010001010000110000110111010001001000110111001 | e8bd9ce9a795e8a186e891b9 |
UHC | ?駕衆? | 001111111100101010111101111100011110101100111111 | 3fcabdf1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)