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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闔顔ィョ諢 ̄ | 11101000100011101000101011100111101010001010111011100110100001001000000101010000 | e88e8ae7a8aee6848150 |
EUC-JP | 闔顔ィョ諢 ̄ | 111011111110111010110100111010011000111010101000100011101010111011101011111001001010000110110001 | efeeb4e98ea88eaeebe4a1b1 |
UTF-8 | 闔顔ィョ諢 ̄ | 111010011001011110010100111010011010000110010100111011111011110110101000111011111011110110101110111010001010101110100010111011111011111110100011 | e99794e9a194efbda8efbdaee8aba2efbfa3 |
UHC | 闔顔??? ̄ | 111110011110111111100100110101000011111100111111001111111010001111111110 | f9efe4d43f3f3fa3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)