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 | テ簧ヤ | 110000111111010011011111111000101100111011010100 | c3f4dfe2ced4 |
EUC-JP | テ?簧ヤ | 10001110110000110011111111100100110100001000111011010100 | 8ec33fe4d08ed4 |
UTF-8 | テ簧ヤ | 111011111011111010000011111011101000111010001110111001111011000010100111111011111011111010010100 | efbe83ee8e8ee7b0a7efbe94 |
UHC | ??簧? | 0011111100111111111111001101011100111111 | 3f3ffcd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)