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 | 汝??億?? | 1001001111110000001111110011111110001001101011010011111100111111 | 93f03f3f89ad3f3f |
| EUC-JP | 汝??億?? | 1100011011110010001111110011111110110010101011110011111100111111 | c6f23f3fb2af3f3f |
| UTF-8 | 汝뺣젇億뤿젣 | 111001101011000110011101111010111011101010100011111011001010000010000111111001011000010010000100111010111010010010111111111011001010000010100011 | e6b19debbaa3eca087e58484eba4bfeca0a3 |
| UHC | 汝뺣젇億뤿젣 | 111001101010001110010101111010111010000010001010111001011110001010001111111010111010000010011100 | e6a395eba08ae5e28feba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)