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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 蟄オh蟄 | 111001011010110110110101011010001110010110101101 | e5adb568e5ad |
EUC-JP | 蟄オh蟄 | 11101010101011111000111010110101011010001110101010101111 | eaaf8eb568eaaf |
UTF-8 | 蟄オh蟄 | 11101000100111111000010011101111101111011011010101101000111010001001111110000100 | e89f84efbdb568e89f84 |
UHC | 蟄?h蟄 | 111101101101111000111111011010001111011011011110 | f6de3f68f6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)