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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 瑜珞\ | 1110000011101111111000001110001001011100 | e0efe0e25c |
EUC-JP | 瑜珞\ | 1110000011110001111000001110010001011100 | e0f1e0e45c |
UTF-8 | 瑜珞\ | 11100111100100011001110011100111100011111001111001011100 | e7919ce78f9e5c |
UHC | 瑜珞\ | 1110101110100101110101011010100001011100 | eba5d5a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)