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 | 逑皮紫 | 111001111001001110010100111001111000111010000111 | e79394e78e87 |
EUC-JP | 逑皮紫 | 111011011111001111001000111010011011101111100111 | edf3c8e9bbe7 |
UTF-8 | 逑皮紫 | 111010011000000010010001111001111001101010101110111001111011010010101011 | e98091e79aaee7b4ab |
UHC | 逑皮紫 | 110011111100011111111001101010111110110110111001 | cfc7f9abedb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)