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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 裝耕?] | 111001011110010010001101011010110011111101011101 | e5e48d6b3f5d |
EUC-JP | 裝耕?] | 111010101110011010111001110011000011111101011101 | eae6b9cc3f5d |
UTF-8 | 裝耕볼] | 11101000101000111001110111101000100000001001010111101011101100111011110001011101 | e8a39de88095ebb3bc5d |
UHC | 裝耕볼] | 11101101111110111100110011101001101110101011110001011101 | edfbcce9babc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)