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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ榲キテュテ③ | 110000111001111011000011101101111100001110101101110000111000011101000010 | c39ec3b7c3adc38742 |
EUC-JP | テ榲キテュテ? | 10001110110000111101110011000101100011101011011110001110110000111000111010101101100011101100001100111111 | 8ec3dcc58eb78ec38ead8ec33f |
UTF-8 | テ榲キテュテ③ | 111011111011111010000011111001101010011010110010111011111011110110110111111011111011111010000011111011111011110110101101111011111011111010000011111000101001000110100010 | efbe83e6a6b2efbdb7efbe83efbdadefbe83e291a2 |
UHC | ??????③ | 0011111100111111001111110011111100111111001111111010100011101001 | 3f3f3f3f3f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)