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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楔瀟? | 1001111010110110111000000110111000111111 | 9eb6e06e3f |
EUC-JP | 楔瀟? | 1101110010111000110111111100111100111111 | dcb8dfcf3f |
UTF-8 | 楔瀟了 | 111001101010010110010100111001111000000010011111111011111010011010111010 | e6a594e7809fefa6ba |
UHC | 楔瀟了 | 111000001101101111100001101111101110100011100111 | e0dbe1bee8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)