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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 柴疾シチB | 1111000011101111100011101100010011110011111011101000111010111110101111001100000101000010 | f0ef8ec4f3ee8ebebcc142 |
EUC-JP | ?柴?疾シチB | 0011111110111100110001100011111110111100110000001000111010111100100011101100000101000010 | 3fbcc63fbcc08ebc8ec142 |
UTF-8 | 柴疾シチB | 11101110100000101010111011100110100111111011010011101110100010111010000111100111100101101011111011101111101111011011110011101111101111101000000101000010 | ee82aee69fb4ee8ba1e796beefbdbcefbe8142 |
UHC | ?柴?疾??B | 001111111110001111000011001111111111001011110000001111110011111101000010 | 3fe3c33ff2f03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)