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 | ???S??? | 00111111001111110011111101010011001111110011111100111111 | 3f3f3f533f3f3f |
SJIS-WIN | 繹??S??? | 1110001110001000001111110011111101010011001111110011111100111111 | e3883f3f533f3f3f |
EUC-JP | 繹??S??? | 1110010111101000001111110011111101010011001111110011111100111111 | e5e83f3f533f3f3f |
UTF-8 | 繹먮젾S樂띾젳 | 11100111101110011011100111101011101010001010111011101100101000001011111001010011111011111010011010111111111010111001110110111110111011001010000010110011 | e7b9b9eba8aeeca0be53efa6bfeb9dbeeca0b3 |
UHC | 繹먮젾S樂띾젳 | 11100110101110101001000011101011101000001011000001010011111010001111100110001101111010111010000010100111 | e6ba90eba0b053e8f98deba0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)