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 | 譽f?巍?? | 111001101010001110000010100001100011111110011011110110010011111100111111 | e6a382863f9bd93f3f |
| EUC-JP | 譽f?巍?? | 111011001010010110100011111001100011111111010110110110110011111100111111 | eca5a3e63fd6db3f3f |
| UTF-8 | 譽f떖巍쒒깶 | 111010001010110110111101111011111011110110000110111010111001011010010110111001011011011110001101111011001001001010010010111010101011100110110110 | e8adbdefbd86eb9696e5b78dec9292eab9b6 |
| UHC | 譽f떖巍쒒깶 | 111001111110001010100011111001101000101110101100111010001110010010011100111010011000001110100100 | e7e2a3e68bace8e49ce983a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)