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 | ???施?? | 00111111001111110011111110001110011110110011111100111111 | 3f3f3f8e7b3f3f |
| EUC-JP | ???施?? | 00111111001111110011111110111011110111000011111100111111 | 3f3f3fbbdc3f3f |
| UTF-8 | 뤙굴틣施롇렲 | 111010111010010010011001111010101011010110110100111011011000101110100011111001101001011010111101111010111010000110000111111010111010000010110010 | eba499eab5b4ed8ba3e696bdeba187eba0b2 |
| UHC | 뤙굴틣施롇렲 | 100011111100100010110001101111001011101010001111111000111011111110001110110011011000111010111111 | 8fc8b1bcba8fe3bf8ecd8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)