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 | ??Z????? | 0011111100111111010110100011111100111111001111110011111100111111 | 3f3f5a3f3f3f3f3f |
SJIS-WIN | ??Z????? | 0011111100111111010110100011111100111111001111110011111100111111 | 3f3f5a3f3f3f3f3f |
EUC-JP | ??Z????? | 0011111100111111010110100011111100111111001111110011111100111111 | 3f3f5a3f3f3f3f3f |
UTF-8 | 렻렮Z렺뗘렒렺旼 | 11101011101000001011101111101011101000001010111001011010111010111010000010111010111010111001011110011000111010111010000010010010111010111010000010111010111001101001011110111100 | eba0bbeba0ae5aeba0baeb9798eba092eba0bae697bc |
UHC | 렻렮Z렺뗘렒렺旼 | 100011101100001110001110101110110101101010001110110000101011011011000101100011101010011110001110110000101101101011000100 | 8ec38ebb5a8ec2b6c58ea78ec2dac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)