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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涬識捷 | 111110110100000110001110101011111000111110110111 | fb418eaf8fb7 |
EUC-JP | 涬識捷 | 10001111110001111100111110111100101100011011111010111001 | 8fc7cfbcb1beb9 |
UTF-8 | 涬識捷 | 111001101011011010101100111010001010110110011000111001101000110110110111 | e6b6ace8ad98e68db7 |
UHC | ?識捷 | 0011111111100011110110111111010011011111 | 3fe3dbf4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)