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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 傲?? | 10011000111111000011111100111111 | 98fc3f3f |
| EUC-JP | 傲?? | 11010000111111100011111100111111 | d0fe3f3f |
| UTF-8 | 傲롩갯 | 111001011000001010110010111010111010000110101001111010101011000010101111 | e582b2eba1a9eab0af |
| UHC | 傲롩갯 | 111001111110110010001110111010011011000010111001 | e7ec8ee9b0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)