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 | 予??猶?? | 1001011101011100001111110011111110010111010100000011111100111111 | 975c3f3f97503f3f |
| EUC-JP | 予??猶?? | 1100110110111101001111110011111111001101101100010011111100111111 | cdbd3f3fcdb13f3f |
| UTF-8 | 予쀫빘猶녶럡 | 111001001011101010001000111011001000000010101011111010111011100110011000111001111000110010110110111010111000010110110110111010111001111110100001 | e4ba88ec80abebb998e78cb6eb85b6eb9fa1 |
| UHC | 予쀫빘猶녶럡 | 111001011111100010010111111010111001010110111001111010111010001010000110111001011000111010000100 | e5f897eb95b9eba286e58e84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)