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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?掖}?掖{^ | 001111111001110101110100011111010011111110011101011101000111101101011110 | 3f9d747d3f9d747b5e |
EUC-JP | ?掖}?掖{^ | 001111111101100111010101011111010011111111011001110101010111101101011110 | 3fd9d57d3fd9d57b5e |
UTF-8 | 뎺掖}뎺掖{^ | 111010111000111010111010111001101000111010010110011111011110101110001110101110101110011010001110100101100111101101011110 | eb8ebae68e967deb8ebae68e967b5e |
UHC | 뎺掖}뎺掖{^ | 1000100110001101111001001111101001111101100010011000110111100100111110100111101101011110 | 898de4fa7d898de4fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)