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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓滉サカ菴出 | 11100111111100101001111111100100101110111011011011100100101111011000111101101111 | e7f29fe4bbb6e4bd8f6f |
EUC-JP | 銓滉サカ菴出 | 111011101111010011011110111001101000111010111011100011101011011011101000101111111011110111010000 | eef4dee68ebb8eb6e8bfbdd0 |
UTF-8 | 銓滉サカ菴出 | 111010011000101010010011111001101011101110001001111011111011110110111011111011111011110110110110111010001000111110110100111001011000011110111010 | e98a93e6bb89efbdbbefbdb6e88fb4e587ba |
UHC | 銓滉??菴出 | 11101111101100001111110011010001001111110011111111100100111000001111010111110011 | efb0fcd13f3fe4e0f5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)