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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | スシスシ^ | 111100001011100110111101101111001111000010111001101111011011110001011110 | f0b9bdbcf0b9bdbc5e |
EUC-JP | ?スシ?スシ^ | 0011111110001110101111011000111010111100001111111000111010111101100011101011110001011110 | 3f8ebd8ebc3f8ebd8ebc5e |
UTF-8 | スシスシ^ | 11101110100000011011100011101111101111011011110111101111101111011011110011101110100000011011100011101111101111011011110111101111101111011011110001011110 | ee81b8efbdbdefbdbcee81b8efbdbdefbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)