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 | ?鴦?觴 | 001111111110100111110001001111111110011001011011 | 3fe9f13fe65b |
EUC-JP | ?鴦?觴 | 001111111111001011110011001111111110101110111100 | 3ff2f33febbc |
UTF-8 | 歲鴦歲觴 | 111001101010110110110010111010011011010010100110111001101010110110110010111010001010011110110100 | e6adb2e9b4a6e6adb2e8a7b4 |
UHC | 歲鴦歲觴 | 1110000110101000111001001110110011100001101010001101111111011000 | e1a8e4ece1a8dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)