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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??˘? | 001111110011111110001111101000101010111100111111 | 3f3f8fa2af3f |
UTF-8 | 留먮˘蓼 | 1110111110100111100011011110101110101000101011101100101110011000111011111010011110000010 | efa78deba8aecb98efa782 |
UHC | 留먮˘蓼 | 1110101110100111100100001110101110100010101010001110100110100111 | eba790eba2a8e9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)