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 | 驅鞦痿 | 111010010111101111101000111000011110000101111110 | e97be8e1e17e |
EUC-JP | 驅鞦痿 | 111100011101110011110000111000111110000111011111 | f1dcf0e3e1df |
UTF-8 | 驅鞦痿 | 111010011010100110000101111010011001111010100110111001111001011110111111 | e9a985e99ea6e797bf |
UHC | 驅?? | 11001111110011000011111100111111 | cfcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)