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 | 造?億?? | 10010001101000100011111110001001101011010011111100111111 | 91a23f89ad3f3f |
| EUC-JP | 造?億?? | 11000010101001000011111110110010101011110011111100111111 | c2a43fb2af3f3f |
| UTF-8 | 造렎億양렟 | 111010011000000010100000111010111010000010001110111001011000010010000100111011001001011010010001111010111010000010011111 | e980a0eba08ee58484ec9691eba09f |
| UHC | 造렎億양렟 | 11110000111000111000111010100100111001011110001010111110111001111000111010110000 | f0e38ea4e5e2bee78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)