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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訒エ訒エ^ | 11111011101000111011010011111011101000111011010001011110 | fba3b4fba3b45e |
EUC-JP | 訒エ訒エ^ | 1000111111011101110010001000111010110100100011111101110111001000100011101011010001011110 | 8fddc88eb48fddc88eb45e |
UTF-8 | 訒エ訒エ^ | 11101000101010001001001011101111101111011011010011101000101010001001001011101111101111011011010001011110 | e8a892efbdb4e8a892efbdb45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)