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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 盖?}盖?{^ | 111000011011001100111111011111011110000110110011001111110111101101011110 | e1b33f7de1b33f7b5e |
EUC-JP | 盖?}盖?{^ | 111000101011010100111111011111011110001010110101001111110111101101011110 | e2b53f7de2b53f7b5e |
UTF-8 | 盖頀}盖頀{^ | 111001111001101110010110111010011010000010000000011111011110011110011011100101101110100110100000100000000111101101011110 | e79b96e9a0807de79b96e9a0807b5e |
UHC | 盖頀}盖頀{^ | 1100101111001100111110111110000101111101110010111100110011111011111000010111101101011110 | cbccfbe17dcbccfbe17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)