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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 柴疾シイ\ | 1111000011101111100011101100010011110011111011101000111010111110101111001011001001011100 | f0ef8ec4f3ee8ebebcb25c |
EUC-JP | ?柴?疾シイ\ | 0011111110111100110001100011111110111100110000001000111010111100100011101011001001011100 | 3fbcc63fbcc08ebc8eb25c |
UTF-8 | 柴疾シイ\ | 11101110100000101010111011100110100111111011010011101110100010111010000111100111100101101011111011101111101111011011110011101111101111011011001001011100 | ee82aee69fb4ee8ba1e796beefbdbcefbdb25c |
UHC | ?柴?疾??\ | 001111111110001111000011001111111111001011110000001111110011111101011100 | 3fe3c33ff2f03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)