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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 操?熊? | 100100011000000000111111100011000100011000111111 | 91803f8c463f |
EUC-JP | 操?熊? | 110000011110000000111111101101111010011100111111 | c1e03fb7a73f |
UTF-8 | 操렺熊렔 | 111001101001001110001101111010111010000010111010111001111000011010001010111010111010000010010100 | e6938deba0bae7868aeba094 |
UHC | 操렺熊렔 | 1111000011000011100011101100001011101010101010001000111010101001 | f0c38ec2eaa88ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)