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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 罌??泣х? | 111000111010000000111111001111111000101110000011100001001000011100111111 | e3a03f3f8b8384873f |
EUC-JP | 罌??泣х? | 111001101010001000111111001111111011010111100011101001111110011100111111 | e6a23f3fb5e3a7e73f |
UTF-8 | 罌삳벝泣х독 | 1110011110111101100011001110110010000010101100111110101110110010100111011110011010110011101000111101000110000101111010111000111110000101 | e7bd8cec82b3ebb29de6b3a3d185eb8f85 |
UHC | 罌삳벝泣х독 | 111001011010001010111011111010111001001110111000111010111110100010101100111001111011010110110110 | e5a2bbeb93b8ebe8ace7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)