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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 蟄オh蟄オ | 11100101101011011011010101101000111001011010110110110101 | e5adb568e5adb5 |
EUC-JP | 蟄オh蟄オ | 111010101010111110001110101101010110100011101010101011111000111010110101 | eaaf8eb568eaaf8eb5 |
UTF-8 | 蟄オh蟄オ | 11101000100111111000010011101111101111011011010101101000111010001001111110000100111011111011110110110101 | e89f84efbdb568e89f84efbdb5 |
UHC | 蟄?h蟄? | 11110110110111100011111101101000111101101101111000111111 | f6de3f68f6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)