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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甞蓼艪甞蓁 | 11100001010100101110010011111000111001001000001011100001010100101110010011101011 | e152e4f8e482e152e4eb |
EUC-JP | 甞蓼艪甞蓁 | 11100001101100111110100011111010111001111110001011100001101100111110100011101101 | e1b3e8fae7e2e1b3e8ed |
UTF-8 | 甞蓼艪甞蓁 | 111001111001010010011110111010001001001110111100111010001000100110101010111001111001010010011110111010001001001110000001 | e7949ee893bce889aae7949ee89381 |
UHC | ?蓼??? | 001111111101011011111110001111110011111100111111 | 3fd6fe3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)