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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蒻ユ洪] | 11100100111010001000001110000110100011010101111001011101 | e4e883868d5e5d |
EUC-JP | 蒻ユ洪] | 11101000111010101010010111100110101110011011111101011101 | e8eaa5e6b9bf5d |
UTF-8 | 蒻ユ洪] | 11101000100100101011101111100011100000111010011011100110101101001010101001011101 | e892bbe383a6e6b4aa5d |
UHC | 蒻ユ洪] | 11100101101101101010101111100110111110111111001101011101 | e5b6abe6fbf35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)