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 | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
SJIS-WIN | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
EUC-JP | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
UTF-8 | 렻씽렏Vh렻씽렏V | 111010111010000010111011111011001001010010111101111010111010000010001111010101100110100011101011101000001011101111101100100101001011110111101011101000001000111101010110 | eba0bbec94bdeba08f5668eba0bbec94bdeba08f56 |
UHC | 렻씽렏Vh렻씽렏V | 100011101100001110111110110001011000111010100101010101100110100010001110110000111011111011000101100011101010010101010110 | 8ec3bec58ea556688ec3bec58ea556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)