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 | 蓴莪\ | 1110010011110001111001001010111001011100 | e4f1e4ae5c |
EUC-JP | 蓴莪\ | 1110100011110011111010001011000001011100 | e8f3e8b05c |
UTF-8 | 蓴莪\ | 11101000100100111011010011101000100011101010101001011100 | e893b4e88eaa5c |
UHC | 蓴莪\ | 1110001011110001111001001011010101011100 | e2f1e4b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)