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 | ???似敦? | 0011111100111111001111111000111010010111100100111101011000111111 | 3f3f3f8e9793d63f |
EUC-JP | ???似敦? | 0011111100111111001111111011101111110111110001101101100000111111 | 3f3f3fbbf7c6d83f |
UTF-8 | 렻렔렺似敦렦 | 111010111010000010111011111010111010000010010100111010111010000010111010111001001011110010111100111001101001010110100110111010111010000010100110 | eba0bbeba094eba0bae4bcbce695a6eba0a6 |
UHC | 렻렔렺似敦렦 | 100011101100001110001110101010011000111011000010110111101100010011010100110001001000111010110101 | 8ec38ea98ec2dec4d4c48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)