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 | ???災?緯 | 0011111100111111001111111000110111010000001111111000100011011100 | 3f3f3f8dd03f88dc |
| EUC-JP | ???災?緯 | 0011111100111111001111111011101011010010001111111011000011011110 | 3f3f3fbad23fb0de |
| UTF-8 | 롋렯롃災렲緯 | 111010111010000110001011111010111010000010101111111010111010000110000011111001111000000110111101111010111010000010110010111001111011011110101111 | eba18beba0afeba183e781bdeba0b2e7b7af |
| UHC | 롋렯롃災렲緯 | 100011101101000110001110101111001000111011001010111011101010110010001110101111111110101011010101 | 8ed18ebc8ecaeeac8ebfead5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)