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柴邪 | 100011101100010010001110110101110110100010001110110001001000111011010111 | 8ec48ed7688ec48ed7 |
EUC-JP | 柴邪h柴邪 | 101111001100011010111100110110010110100010111100110001101011110011011001 | bcc6bcd968bcc6bcd9 |
UTF-8 | 柴邪h柴邪 | 11100110100111111011010011101001100000101010101001101000111001101001111110110100111010011000001010101010 | e69fb4e982aa68e69fb4e982aa |
UHC | 柴邪h柴邪 | 111000111100001111011110111101110110100011100011110000111101111011110111 | e3c3def768e3c3def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)