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 | 11100011100010001001011101101010100100001010001001001100 | e388976a90a24c |
EUC-JP | 繹曜世L | 11100101111010001100110111001011110000001010010001001100 | e5e8cdcbc0a44c |
UTF-8 | 繹曜世L | 11100111101110011011100111100110100110111001110011100100101110001001011001001100 | e7b9b9e69b9ce4b8964c |
UHC | 繹曜世L | 11100110101110101110100011111000111000011010011001001100 | e6bae8f8e1a64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)