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 | 00111111001111110011111101011010 | 3f3f3f5a |
| SJIS-WIN | ??げZ | 0011111100111111100000101011000001011010 | 3f3f82b05a |
| EUC-JP | ??げZ | 0011111100111111101001001011001001011010 | 3f3fa4b25a |
| UTF-8 | 룶콓げZ | 11101011101000111011011011101100101111011001001111100011100000011001001001011010 | eba3b6ecbd93e381925a |
| UHC | 룶콓げZ | 10001111101010111011000110001111101010101011001001011010 | 8fabb18faab25a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)