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 | ???釗?? | 00111111001111110011111111111011101110110011111100111111 | 3f3f3ffbbb3f3f |
EUC-JP | ???釗?? | 0011111100111111001111111000111111100011101001100011111100111111 | 3f3f3f8fe3a63f3f |
UTF-8 | 列띠슜釗섌윹 | 111011111010011010011100111010111001110110100000111011001000101010011100111010011000011110010111111011001000010010001100111011001001110010111001 | efa69ceb9da0ec8a9ce98797ec848cec9cb9 |
UHC | 列띠슜釗섌윹 | 111001101110101010110110111011001001101010101001111000011111001010011000111010011001111110110011 | e6eab6ec9aa9e1f298e99fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)