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 | 侶堯? | 1001011110110101111010101001111100111111 | 97b5ea9f3f |
EUC-JP | 侶堯? | 1100111010110111111101001010000100111111 | ceb7f4a13f |
UTF-8 | 侶堯뤗 | 111001001011111010110110111001011010000010101111111010111010010010010111 | e4beb6e5a0afeba497 |
UHC | 侶堯뤗 | 110101011110001011101000111010111000111111000111 | d5e2e8eb8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)