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 | 攝仰}攝仰{^ | 1001110110010000100010111100001001111101100111011001000010001011110000100111101101011110 | 9d908bc27d9d908bc27b5e |
EUC-JP | 攝仰}攝仰{^ | 1101100111110000101101101100010001111101110110011111000010110110110001000111101101011110 | d9f0b6c47dd9f0b6c47b5e |
UTF-8 | 攝仰}攝仰{^ | 111001101001010010011101111001001011101110110000011111011110011010010100100111011110010010111011101100000111101101011110 | e6949de4bbb07de6949de4bbb07b5e |
UHC | 攝仰}攝仰{^ | 1110000011101110111001001110011001111101111000001110111011100100111001100111101101011110 | e0eee4e67de0eee4e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)