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 | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | ィ・L | 1010100011111001101000101010010101001100 | a8f9a2a54c |
EUC-JP | ィ?・L | 100011101010100000111111100011101010010101001100 | 8ea83f8ea54c |
UTF-8 | ィ・L | 11101111101111011010100011101110100110111011110111101111101111011010010101001100 | efbda8ee9bbdefbda54c |
UHC | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)