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 | 湘テ | 1000111111000011111100111101110111110101100011111100001111110011110111011111010101000010 | 8fc3f3ddf58fc3f3ddf542 |
| EUC-JP | 湘??テ?? | 1011111011000101001111110011111110001110110000110011111100111111 | bec53f3f8ec33f3f |
| UTF-8 | 湘テ | 111001101011100110011000111011101000101110010000111011101000111110111010111011111011111010000011111011101000101110010000111011101000111010101110 | e6b998ee8b90ee8fbaefbe83ee8b90ee8eae |
| UHC | 湘????? | 11011111110011110011111100111111001111110011111100111111 | dfcf3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)