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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 霑ッD霑ッD^ | 111010001011111110101111010001001110100010111111101011110100010001011110 | e8bfaf44e8bfaf445e |
EUC-JP | 霑ッD霑ッD^ | 1111000011000001100011101010111101000100111100001100000110001110101011110100010001011110 | f0c18eaf44f0c18eaf445e |
UTF-8 | 霑ッD霑ッD^ | 111010011001110010010001111011111011110110101111010001001110100110011100100100011110111110111101101011110100010001011110 | e99c91efbdaf44e99c91efbdaf445e |
UHC | 霑?D霑?D^ | 111011111100010100111111010001001110111111000101001111110100010001011110 | efc53f44efc53f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)