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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???訝 | 0011111100111111001111111110011001100010 | 3f3f3fe662 |
EUC-JP | 縕?Ŧ訝 | 100011111101010011000010001111111000111110101001101011111110101111000011 | 8fd4c23f8fa9afebc3 |
UTF-8 | 縕딁Ŧ訝 | 1110011110111000100101011110101110010100100000011100010110100110111010001010100010011101 | e7b895eb9481c5a6e8a89d |
UHC | 縕딁Ŧ訝 | 1110100010110010100010101110011110101000101011101110010010111000 | e8b28ae7a8aee4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)