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 | 姐?? | 10001000101101110011111100111111 | 88b73f3f |
EUC-JP | 姐?薏 | 101100001011100100111111100011111101100111011110 | b0b93f8fd9de |
UTF-8 | 姐렫薏 | 111001011010011110010000111010111010000010101011111010001001011010001111 | e5a790eba0abe8968f |
UHC | 姐렫薏 | 111011101011101110001110101110011110101111111011 | eebb8eb9ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)