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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 冶⑤?肄?] | 100101101110100010000111010001000011111111100011111001010011111101011101 | 96e887443fe3e53f5d |
EUC-JP | 冶??肄?] | 1100110011101010001111110011111111100110111001110011111101011101 | ccea3f3fe6e73f5d |
UTF-8 | 冶⑤씮肄륰] | 11100101100001101011011011100010100100011010010011101100100101001010111011101000100000101000010011101011101001011011000001011101 | e586b6e291a4ec94aee88284eba5b05d |
UHC | 冶⑤씮肄륰] | 1110010110100111101010001110101110011101101111111110110010111101100100000101000101011101 | e5a7a8eb9dbfecbd90515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)