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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 前?燼豆 | 10010001010011110011111111100000100111101001001110100100 | 914f3fe09e93a4 |
EUC-JP | 前?燼豆 | 11000001101100000011111111011111111111101100011010100110 | c1b03fdffec6a6 |
UTF-8 | 前렫燼豆 | 111001011000100110001101111010111010000010101011111001111000011110111100111010001011000110000110 | e5898deba0abe787bce8b186 |
UHC | 前렫燼豆 | 1110111011110001100011101011100111100011111010001101010011100111 | eef18eb9e3e8d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)