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 | 操?熊?? | 10010001100000000011111110001100010001100011111100111111 | 91803f8c463f3f |
EUC-JP | 操?熊?? | 11000001111000000011111110110111101001110011111100111111 | c1e03fb7a73f3f |
UTF-8 | 操렺熊렒앎 | 111001101001001110001101111010111010000010111010111001111000011010001010111010111010000010010010111011001001010110001110 | e6938deba0bae7868aeba092ec958e |
UHC | 操렺熊렒앎 | 11110000110000111000111011000010111010101010100010001110101001111011111011001101 | f0c38ec2eaa88ea7becd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)