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 | 觴銑?觴 | 11100110010110111001000101001100001111111110011001011011 | e65b914c3fe65b |
EUC-JP | 觴銑?觴 | 11101011101111001100000110101101001111111110101110111100 | ebbcc1ad3febbc |
UTF-8 | 觴銑敾觴 | 111010001010011110110100111010011000101010010001111001101001010110111110111010001010011110110100 | e8a7b4e98a91e695bee8a7b4 |
UHC | 觴銑敾觴 | 1101111111011000111000001101010111100000110000001101111111011000 | dfd8e0d5e0c0dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)