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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 乱鐚 | 10010111100100001110100001011011 | 9790e85b |
EUC-JP | 乱鐚 | 11001101111100001110111110111100 | cdf0efbc |
UTF-8 | 乱鐚 | 111001001011100110110001111010011001000010011010 | e4b9b1e9909a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)