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 | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | 将ア。ュ。ッL | 1000111110101011101100011010000110101101101000011010111101001100 | 8fabb1a1ada1af4c |
EUC-JP | 将ア。ュ。ッL | 10111110101011011000111010110001100011101010000110001110101011011000111010100001100011101010111101001100 | bead8eb18ea18ead8ea18eaf4c |
UTF-8 | 将ア。ュ。ッL | 11100101101100001000011011101111101111011011000111101111101111011010000111101111101111011010110111101111101111011010000111101111101111011010111101001100 | e5b086efbdb1efbda1efbdadefbda1efbdaf4c |
UHC | ??????L | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)