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 | ?西??? | 001111111001000010111100001111110011111100111111 | 3f90bc3f3f3f |
EUC-JP | ?西??? | 001111111100000010111110001111110011111100111111 | 3fc0be3f3f3f |
UTF-8 | 렊西롆쒔렊 | 111010111010000010001010111010001010010110111111111010111010000110000110111011001001001010010100111010111010000010001010 | eba08ae8a5bfeba186ec9294eba08a |
UHC | 렊西롆쒔렊 | 10001110101000011110000010100100100011101100110010111110101011011000111010100001 | 8ea1e0a48eccbead8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)