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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倚?? | 10011000110111110011111100111111 | 98df3f3f |
EUC-JP | 倚?? | 11010000111000010011111100111111 | d0e13f3f |
UTF-8 | 倚욄펯 | 111001011000000010011010111011001001101010000100111011011000111010101111 | e5809aec9a84ed8eaf |
UHC | 倚욄펯 | 111010111110111110011110111001101011110010000001 | ebef9ee6bc81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)