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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 漬?@漬?@B | 100100101101000000111111010000001001001011010000001111110100000001000010 | 92d03f4092d03f4042 |
EUC-JP | 漬?@漬?@B | 110001001101001000111111010000001100010011010010001111110100000001000010 | c4d23f40c4d23f4042 |
UTF-8 | 漬렜@漬렜@B | 111001101011110010101100111010111010000010011100010000001110011010111100101011001110101110100000100111000100000001000010 | e6bcaceba09c40e6bcaceba09c4042 |
UHC | 漬렜@漬렜@B | 1111001010110000100011101010111001000000111100101011000010001110101011100100000001000010 | f2b08eae40f2b08eae4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)