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 | 翁?缸 | 1000100110100101001111111110001110011101 | 89a53fe39d |
EUC-JP | 翁?缸 | 1011001010100111001111111110010111111101 | b2a73fe5fd |
UTF-8 | 翁렫缸 | 111001111011111110000001111010111010000010101011111001111011110010111000 | e7bf81eba0abe7bcb8 |
UHC | 翁렫缸 | 111010001011101010001110101110011111100111111100 | e8ba8eb9f9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)