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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ?領?h?領? | 001111111001011111001100001111110110100000111111100101111100110000111111 | 3f97cc3f683f97cc3f |
EUC-JP | ?領?h?領? | 001111111100111011001110001111110110100000111111110011101100111000111111 | 3fcece3f683fcece3f |
UTF-8 | 렺領렓h렺領렓 | 11101011101000001011101011101001101000001001100011101011101000001001001101101000111010111010000010111010111010011010000010011000111010111010000010010011 | eba0bae9a098eba09368eba0bae9a098eba093 |
UHC | 렺領렓h렺領렓 | 10001110110000101101011011000101100011101010100001101000100011101100001011010110110001011000111010101000 | 8ec2d6c58ea8688ec2d6c58ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)