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 | 逑皮俔 | 111001111001001110010100111001111001100011010101 | e79394e798d5 |
EUC-JP | 逑皮俔 | 111011011111001111001000111010011101000011010111 | edf3c8e9d0d7 |
UTF-8 | 逑皮俔 | 111010011000000010010001111001111001101010101110111001001011111110010100 | e98091e79aaee4bf94 |
UHC | 逑皮俔 | 110011111100011111111001101010111111101011010101 | cfc7f9abfad5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)