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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 炅晦炅晦B | 111110110101000110001010010000011111101101010001100010100100000101000010 | fb518a41fb518a4142 |
EUC-JP | 炅晦炅晦B | 1000111111001001110010101011001110100010100011111100100111001010101100111010001001000010 | 8fc9cab3a28fc9cab3a242 |
UTF-8 | 炅晦炅晦B | 11100111100000101000010111100110100110011010011011100111100000101000010111100110100110011010011001000010 | e78285e699a6e78285e699a642 |
UHC | 炅晦炅晦B | 110011001101110111111100111001001100110011011101111111001110010001000010 | ccddfce4ccddfce442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)