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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 移拮移拮B | 100010001101101010011101011010001000100011011010100111010110100001000010 | 88da9d6888da9d6842 |
EUC-JP | 移拮移拮B | 101100001101110011011001110010011011000011011100110110011100100101000010 | b0dcd9c9b0dcd9c942 |
UTF-8 | 移拮移拮B | 11100111101001111011101111100110100010111010111011100111101001111011101111100110100010111010111001000010 | e7a7bbe68baee7a7bbe68bae42 |
UHC | 移拮移拮B | 111011001011100111010001110011111110110010111001110100011100111101000010 | ecb9d1cfecb9d1cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)