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 | 傲??也?? | 1001100011111100001111110011111110010110111001110011111100111111 | 98fc3f3f96e73f3f |
| EUC-JP | 傲??也?? | 1101000011111110001111110011111111001100111010010011111100111111 | d0fe3f3fcce93f3f |
| UTF-8 | 傲됵쉼也쏉쉰 | 111001011000001010110010111010111001000010110101111011001000100110111100111001001011100110011111111011001000111110001001111011001000100110110000 | e582b2eb90b5ec89bce4b99fec8f89ec89b0 |
| UHC | 傲됵쉼也쏉쉰 | 111001111110110010001001111011111011110110110000111001011010010110011011111011111011110110101110 | e7ec89efbdb0e5a59befbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)