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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證零スシ驥 | 1110011010011010100101111110101110111101101111001110100110000111 | e69a97ebbdbce987 |
EUC-JP | 證零スシ驥 | 11101011111110101100111011101101100011101011110110001110101111001111000111100111 | ebfaceed8ebd8ebcf1e7 |
UTF-8 | 證零スシ驥 | 111010001010110110001001111010011001101110110110111011111011110110111101111011111011110110111100111010011010100110100101 | e8ad89e99bb6efbdbdefbdbce9a9a5 |
UHC | 證零??驥 | 1111000111111011110101101100001100111111001111111101000111001010 | f1fbd6c33f3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)