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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 簾앾쉭連어겮 | 111011111010011010100110111011001001010110111110111011001000100110101101111011111010011010011010111011001001011010110100111010101011001010101110 | efa6a6ec95beec89adefa69aec96b4eab2ae |
| UHC | 簾앾쉭連어겮 | 111001111010000110011101111011111011110110101101111001101110011010111110111011101000000110111100 | e7a19defbdade6e6beee81bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)