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 | 鋗辞自 | 1111101111010000100011101010101111110010101111001000111010101001 | fbd08eabf2bc8ea9 |
EUC-JP | 鋗辞?自 | 1000111111100100110000011011110010101101001111111011110010101011 | 8fe4c1bcad3fbcab |
UTF-8 | 鋗辞自 | 111010011000101110010111111010001011111010011110111011101000011110110011111010001000011110101010 | e98b97e8be9eee87b3e887aa |
UHC | ???自 | 0011111100111111001111111110110110111011 | 3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)