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 | ???伊?? | 00111111001111110011111110001000110010010011111100111111 | 3f3f3f88c93f3f |
| EUC-JP | ???伊?? | 00111111001111110011111110110000110010110011111100111111 | 3f3f3fb0cb3f3f |
| UTF-8 | 琉뗨꽮伊싳깦 | 111011111010011110001100111010111001011110101000111010101011110110101110111001001011110010001010111011001000101110110011111010101011100110100110 | efa78ceb97a8eabdaee4bc8aec8bb3eab9a6 |
| UHC | 琉뗨꽮伊싳깦 | 111010111010010010001011111010001000010010111001111011001010010110011010111011001000001110011000 | eba48be884b9eca59aec8398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)