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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | ?栯?栯 | 0011111110001111110000111101001000111111100011111100001111010010 | 3f8fc3d23f8fc3d2 |
| UTF-8 | 먿栯먿栯 | 111010111010100010111111111001101010000010101111111010111010100010111111111001101010000010101111 | eba8bfe6a0afeba8bfe6a0af |
| UHC | 먿栯먿栯 | 1001000011111001111010011111000110010000111110011110100111110001 | 90f9e9f190f9e9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)