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 | ??沮??? | 00111111001111111001111110011100001111110011111100111111 | 3f3f9f9c3f3f3f |
EUC-JP | 佺?沮??? | 100011111011000011111001001111111101110111111100001111110011111100111111 | 8fb0f93fddfc3f3f3f |
UTF-8 | 佺렯沮렖롈렍 | 111001001011110110111010111010111010000010101111111001101011001010101110111010111010000010010110111010111010000110001000111010111010000010001101 | e4bdbaeba0afe6b2aeeba096eba188eba08d |
UHC | 佺렯沮렖롈렍 | 111011101110110110001110101111001110111011000001100011101010101110001110110011101000111010100011 | eeed8ebceec18eab8ece8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)