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 | ??^L\ | 0011111100111111010111100100110001011100 | 3f3f5e4c5c |
SJIS-WIN | 将ゥ^L\ | 100011111010101110101001010111100100110001011100 | 8faba95e4c5c |
EUC-JP | 将ゥ^L\ | 10111110101011011000111010101001010111100100110001011100 | bead8ea95e4c5c |
UTF-8 | 将ゥ^L\ | 111001011011000010000110111011111011110110101001010111100100110001011100 | e5b086efbda95e4c5c |
UHC | ??^L\ | 0011111100111111010111100100110001011100 | 3f3f5e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)