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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迢狩ウ溏h蠅 | 1110011110001011100011101110101110110011100111111110110110000010100010001110010110100010 | e78b8eebb39fed8288e5a2 |
EUC-JP | 迢狩ウ溏h蠅 | 111011011110101110111100111011011000111010110011110111101110111110100011111010001110101010100100 | edebbced8eb3deefa3e8eaa4 |
UTF-8 | 迢狩ウ溏h蠅 | 111010001011111110100010111001111000101110101001111011111011110110110011111001101011101010001111111011111011110110001000111010001010000010000101 | e8bfa2e78ba9efbdb3e6ba8fefbd88e8a085 |
UHC | ?狩??h蠅 | 001111111110001010101101001111110011111110100011111010001110001110110010 | 3fe2ad3f3fa3e8e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)