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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 操?熊??? | 1001000110000000001111111000110001000110001111110011111100111111 | 91803f8c463f3f3f |
EUC-JP | 操?熊??? | 1100000111100000001111111011011110100111001111110011111100111111 | c1e03fb7a73f3f3f |
UTF-8 | 操렺熊렒앎렮 | 111001101001001110001101111010111010000010111010111001111000011010001010111010111010000010010010111011001001010110001110111010111010000010101110 | e6938deba0bae7868aeba092ec958eeba0ae |
UHC | 操렺熊렒앎렮 | 111100001100001110001110110000101110101010101000100011101010011110111110110011011000111010111011 | f0c38ec2eaa88ea7becd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)