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 | ?????d | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
SJIS-WIN | ????棚d | 00111111001111110011111100111111100100100100100101100100 | 3f3f3f3f924964 |
EUC-JP | ????棚d | 00111111001111110011111100111111110000111010101001100100 | 3f3f3f3fc3aa64 |
UTF-8 | 렺씽렍렻棚d | 11101011101000001011101011101100100101001011110111101011101000001000110111101011101000001011101111100110101000111001101001100100 | eba0baec94bdeba08deba0bbe6a39a64 |
UHC | 렺씽렍렻棚d | 1000111011000010101111101100010110001110101000111000111011000011110111011101110001100100 | 8ec2bec58ea38ec3dddc64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)