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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 楹??\ | 1001111010110001001111110011111101011100 | 9eb13f3f5c |
EUC-JP | 楹??\ | 1101110010110011001111110011111101011100 | dcb33f3f5c |
UTF-8 | 楹끔ㄼ\ | 11100110101001011011100111101011100000011001010011100011100001001011110001011100 | e6a5b9eb8194e384bc5c |
UHC | 楹끔ㄼ\ | 11100111101100111011001011111011101001001010110001011100 | e7b3b2fba4ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)