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 | ?似??粮 | 00111111100011101001011100111111001111111110001011101100 | 3f8e973f3fe2ec |
EUC-JP | ?似??粮 | 00111111101110111111011100111111001111111110010011101110 | 3fbbf73f3fe4ee |
UTF-8 | 렻似렮렺粮 | 111010111010000010111011111001001011110010111100111010111010000010101110111010111010000010111010111001111011001010101110 | eba0bbe4bcbceba0aeeba0bae7b2ae |
UHC | 렻似렮렺粮 | 10001110110000111101111011000100100011101011101110001110110000101101010111011011 | 8ec3dec48ebb8ec2d5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)