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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 戍?戍?^ | 10011100111110010011111110011100111110010011111101011110 | 9cf93f9cf93f5e |
EUC-JP | 戍?戍?^ | 11011000111110110011111111011000111110110011111101011110 | d8fb3fd8fb3f5e |
UTF-8 | 戍뢓戍뢓^ | 11100110100010001000110111101011101000101001001111100110100010001000110111101011101000101001001101011110 | e6888deba293e6888deba2935e |
UHC | 戍뢓戍뢓^ | 111000101010000110001111010011101110001010100001100011110100111001011110 | e2a18f4ee2a18f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)