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 | 泣??泣 | 100010111000001100111111001111111000101110000011 | 8b833f3f8b83 |
EUC-JP | 泣??泣 | 101101011110001100111111001111111011010111100011 | b5e33f3fb5e3 |
UTF-8 | 泣깆뎮泣 | 111001101011001110100011111010101011100110000110111010111000111010101110111001101011001110100011 | e6b3a3eab986eb8eaee6b3a3 |
UHC | 泣깆뎮泣 | 1110101111101000101100011110110010001001100000011110101111101000 | ebe8b1ec8981ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)