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 | 驛「蟶晏縁蟄 | 1110100110000011101000101110010110111000100111011110010110001001100011111110010110101101 | e983a2e5b89de5898fe5ad |
EUC-JP | 驛「蟶晏縁蟄 | 111100011110001110001110101000101110101010111010110110101110011110110001111011111110101010101111 | f1e38ea2eabadae7b1efeaaf |
UTF-8 | 驛「蟶晏縁蟄 | 111010011010100110011011111011111011110110100010111010001001111110110110111001101001100110001111111001111011100010000001111010001001111110000100 | e9a99befbda2e89fb6e6998fe7b881e89f84 |
UHC | 驛??晏?蟄 | 111001101011111000111111001111111110010011001111001111111111011011011110 | e6be3f3fe4cf3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)