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 | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
| SJIS-WIN | ??K籌? | 001111110011111101001011111000101101010000111111 | 3f3f4be2d43f |
| EUC-JP | ??K籌? | 001111110011111101001011111001001101011000111111 | 3f3f4be4d63f |
| UTF-8 | 청짐K籌㉱ | 11101100101100101010110111101100101001111001000001001011111001111011000110001100111000111000100110110001 | ecb2adeca7904be7b18ce389b1 |
| UHC | 청짐K籌㉱ | 110000111011101111000001111111000100101111110001110000111010100011000010 | c3bbc1fc4bf1c3a8c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)