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 | ???q?? | 001111110011111100111111011100010011111100111111 | 3f3f3f713f3f |
SJIS-WIN | 秀??q秀? | 1000111101000111001111110011111101110001100011110100011100111111 | 8f473f3f718f473f |
EUC-JP | 秀??q秀? | 1011110110101000001111110011111101110001101111011010100000111111 | bda83f3f71bda83f |
UTF-8 | 秀뚰뢋q秀뚥 | 11100111101001111000000011101011100110101011000011101011101000101000101101110001111001111010011110000000111010111001101010100101 | e7a780eb9ab0eba28b71e7a780eb9aa5 |
UHC | 秀뚰뢋q秀뚥 | 1110001010110011100011001110110110001111010001110111000111100010101100111000110011100100 | e2b38ced8f4771e2b38ce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)