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 | 筌??違や? | 111000101010001100111111001111111000100011100001100000101110001000111111 | e2a33f3f88e182e23f |
| EUC-JP | 筌??違や? | 111001001010010100111111001111111011000011100011101001001110010000111111 | e4a53f3fb0e3a4e43f |
| UTF-8 | 筌뚯룆違や뺐 | 111001111010110110001100111010111001101010101111111010111010001110000110111010011000000110010101111000111000001010000100111010111011101010010000 | e7ad8ceb9aafeba386e98195e38284ebba90 |
| UHC | 筌뚯룆違や뺐 | 111011111010011110001100111011001000111110000101111010101101111010101010111001001011101110110000 | efa78cec8f85eadeaae4bbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)