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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 借丈ン桒 | 10001110110110001000111111100100110111011111101011100011 | 8ed88fe4ddfae3 |
| EUC-JP | 借丈ン桒 | 101111001101101010111110111001101000111011011101100011111100001111001001 | bcdabee68edd8fc3c9 |
| UTF-8 | 借丈ン桒 | 111001011000000010011111111001001011100010001000111011111011111010011101111001101010000110010010 | e5809fe4b888efbe9de6a192 |
| UHC | 借丈?? | 111100111010100011101101110110110011111100111111 | f3a8eddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)