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 | 濡??敖?? | 1001010001000111001111110011111110011101110000100011111100111111 | 94473f3f9dc23f3f |
| EUC-JP | 濡??敖?? | 1100011110101000001111110011111111011010110001000011111100111111 | c7a83f3fdac43f3f |
| UTF-8 | 濡딅젧敖숇쨮 | 111001101011111110100001111010111001010010000101111011001010000010100111111001101001010110010110111011001000100010000111111011001010100010101110 | e6bfa1eb9485eca0a7e69596ec8887eca8ae |
| UHC | 濡딅젧敖숇쨮 | 111010111010000110001010111010111010000010011111111001111111100110011001111010111010010010001000 | eba18aeba09fe7f999eba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)