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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 驥俶」抵、・B | 11101001100001111001100011100110101000111001001011101111101001001010010101000010 | e98798e6a392efa4a542 |
EUC-JP | 驥俶」抵、・B | 11110001111001111101000011101000100011101010001111000100111100011000111010100100100011101010010101000010 | f1e7d0e88ea3c4f18ea48ea542 |
UTF-8 | 驥俶」抵、・B | 11101001101010011010010111100100101111111011011011101111101111011010001111100110100010101011010111101111101111011010010011101111101111011010010101000010 | e9a9a5e4bfb6efbda3e68ab5efbda4efbda542 |
UHC | 驥??抵??B | 110100011100101000111111001111111110111010111101001111110011111101000010 | d1ca3f3feebd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)