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 | 弱?┳湲? | 1000111011100011001111111000010010110001100111111101000100111111 | 8ee33f84b19fd13f |
EUC-JP | 弱?┳湲? | 1011110011100101001111111010100010110011110111101101001100111111 | bce53fa8b3ded33f |
UTF-8 | 弱몌┳湲췇 | 111001011011110010110001111010111010101010001100111000101001010010110011111001101011100110110010111011001011011110000111 | e5bcb1ebaa8ce294b3e6b9b2ecb787 |
UHC | 弱몌┳湲췇 | 11100101101100001011100011101111101001101011001111101010101110001010111001000010 | e5b0b8efa6b3eab8ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)