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 | 鉞庭政 | 111001111110011010010010111010111001000010101101 | e7e692eb90ad |
EUC-JP | 鉞庭政 | 111011101110100011000100111011011100000010101111 | eee8c4edc0af |
UTF-8 | 鉞庭政 | 111010011000100110011110111001011011101010101101111001101001010010111111 | e9899ee5baade694bf |
UHC | 鉞庭政 | 111010101100011111101111110101001110111111011001 | eac7efd4efd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)