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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠎母ケ≫゙ | 1110010110111010100101011110101010111001100000011110001011011110 | e5ba95eab981e2de |
EUC-JP | 蠎母ケ≫゙ | 11101010101111001100101011101100100011101011100110100010111001001000111011011110 | eabccaec8eb9a2e48ede |
UTF-8 | 蠎母ケ≫゙ | 111010001010000010001110111001101010111110001101111011111011110110111001111000101000100110101011111011111011111010011110 | e8a08ee6af8defbdb9e289abefbe9e |
UHC | ?母?≫? | 00111111110110011011110100111111101000011110110100111111 | 3fd9bd3fa1ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)