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 | 癲??堊? | 11100001100111110011111100111111100110101011111100111111 | e19f3f3f9abf3f |
EUC-JP | 癲??堊? | 11100010101000010011111100111111110101001100000100111111 | e2a13f3fd4c13f |
UTF-8 | 癲븀븫堊턧 | 111001111001100110110010111010111011100010000000111010111011100010101011111001011010000010001010111011011000010010100111 | e799b2ebb880ebb8abe5a08aed84a7 |
UHC | 癲븀븫堊턧 | 11101111101001101011101011100111100101011001010011100100101111101011011001101000 | efa6bae79594e4beb668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)