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 | 剪?睛? | 100110011001001000111111111000011100101100111111 | 99923fe1cb3f |
EUC-JP | 剪?睛? | 110100011111001000111111111000101100110100111111 | d1f23fe2cd3f |
UTF-8 | 剪렫睛렠 | 111001011000100110101010111010111010000010101011111001111001110110011011111010111010000010100000 | e589aaeba0abe79d9beba0a0 |
UHC | 剪렫睛렠 | 1110111011110010100011101011100111101111111011001000111010110001 | eef28eb9efec8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)