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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
| SJIS-WIN | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
| EUC-JP | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
| UTF-8 | 吏쇱콬z | 11101111101001111001111011101100100001111011000111101100101111011010110001111010 | efa79eec87b1ecbdac7a |
| UHC | 吏쇱콬z | 11101100101001111011110011101100101100011010000001111010 | eca7bcecb1a07a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)