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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???似??? | 0011111100111111001111111000111010010111001111110011111100111111 | 3f3f3f8e973f3f3f |
EUC-JP | ???似??? | 0011111100111111001111111011101111110111001111110011111100111111 | 3f3f3fbbf73f3f3f |
UTF-8 | 렻렓렺似렮렻쩡 | 111010111010000010111011111010111010000010010011111010111010000010111010111001001011110010111100111010111010000010101110111010111010000010111011111011001010100110100001 | eba0bbeba093eba0bae4bcbceba0aeeba0bbeca9a1 |
UHC | 렻렓렺似렮렻쩡 | 1000111011000011100011101010100010001110110000101101111011000100100011101011101110001110110000111100001011000100 | 8ec38ea88ec2dec48ebb8ec3c2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)