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 | ???糟? | 001111110011111100111111100100011000110000111111 | 3f3f3f918c3f |
EUC-JP | ???糟? | 001111110011111100111111110000011110110000111111 | 3f3f3fc1ec3f |
UTF-8 | 롖렋렖糟롃 | 111010111010000110010110111010111010000010001011111010111010000010010110111001111011001110011111111010111010000110000011 | eba196eba08beba096e7b39feba183 |
UHC | 롖렋렖糟롃 | 10001110110110101000111010100010100011101010101111110000110110011000111011001010 | 8eda8ea28eabf0d98eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)