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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 擾紗跨B | 10001111111011111000111011010001100011001101011101000010 | 8fef8ed18cd742 |
EUC-JP | 擾紗跨B | 10111110111100011011110011010011101110001101100101000010 | bef1bcd3b8d942 |
UTF-8 | 擾紗跨B | 11100110100100111011111011100111101101001001011111101000101101111010100001000010 | e693bee7b497e8b7a842 |
UHC | 擾紗跨B | 11101000111101101101111011101001110011101010010101000010 | e8f6dee9cea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)