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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 렺旽뺌h렺旽뺌 | 11101011101000001011101011100110100101111011110111101011101110101000110001101000111010111010000010111010111001101001011110111101111010111011101010001100 | eba0bae697bdebba8c68eba0bae697bdebba8c |
UHC | 렺旽뺌h렺旽뺌 | 10001110110000101101010011000101101110111010110101101000100011101100001011010100110001011011101110101101 | 8ec2d4c5bbad688ec2d4c5bbad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)