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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???音? | 001111110011111100111111100010011011100100111111 | 3f3f3f89b93f |
| EUC-JP | ???音? | 001111110011111100111111101100101011101100111111 | 3f3f3fb2bb3f |
| UTF-8 | 凉깅끆音꾿 | 111011111010010110111001111010101011100110000101111010111000000110000110111010011001111110110011111010101011111010111111 | efa5b9eab985eb8186e99fb3eabebf |
| UHC | 凉깅끆音꾿 | 11100101101111001011000111101011100001011011101011101011111001011000010101000001 | e5bcb1eb85baebe58541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)