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 | 阡滉サカ菴州 | 11101000100101001001111111100100101110111011011011100100101111011000111101000010 | e8949fe4bbb6e4bd8f42 |
EUC-JP | 阡滉サカ菴州 | 111011111111010011011110111001101000111010111011100011101011011011101000101111111011110110100011 | eff4dee68ebb8eb6e8bfbda3 |
UTF-8 | 阡滉サカ菴州 | 111010011001100010100001111001101011101110001001111011111011110110111011111011111011110110110110111010001000111110110100111001011011011110011110 | e998a1e6bb89efbdbbefbdb6e88fb4e5b79e |
UHC | 阡滉??菴州 | 11110100110001101111110011010001001111110011111111100100111000001111000110110110 | f4c6fcd13f3fe4e0f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)