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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | テォスヌツソY | 11000011101010111011110111000111110000101011111101011001 | c3abbdc7c2bf59 |
EUC-JP | テォスヌツソY | 10001110110000111000111010101011100011101011110110001110110001111000111011000010100011101011111101011001 | 8ec38eab8ebd8ec78ec28ebf59 |
UTF-8 | テォスヌツソY | 11101111101111101000001111101111101111011010101111101111101111011011110111101111101111101000011111101111101111101000001011101111101111011011111101011001 | efbe83efbdabefbdbdefbe87efbe82efbdbf59 |
UHC | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)