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 | 罟甎嗇蘯 | 1110001110101000111000010100111010011010101001011110000110111010 | e3a8e14e9aa5e1ba |
EUC-JP | 罟甎嗇蘯 | 1110011010101010111000011010111111010100101001111110001010111100 | e6aae1afd4a7e2bc |
UTF-8 | 罟甎嗇蘯 | 111001111011110110011111111001111001010010001110111001011001011110000111111010001001100010101111 | e7bd9fe7948ee59787e898af |
UHC | ??嗇? | 0011111100111111110111111110000000111111 | 3f3fdfe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)