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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 霑・竭ア] | 11101000101111111010010111100010100100011011000101011101 | e8bfa5e291b15d |
EUC-JP | 霑・竭ア] | 111100001100000110001110101001011110001111110001100011101011000101011101 | f0c18ea5e3f18eb15d |
UTF-8 | 霑・竭ア] | 11101001100111001001000111101111101111011010010111100111101010111010110111101111101111011011000101011101 | e99c91efbda5e7abadefbdb15d |
UHC | 霑?竭?] | 11101111110001010011111111001010111001100011111101011101 | efc53fcae63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)