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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 倖耕結I | 10001100111101001000110101101011100011001000101101001001 | 8cf48d6b8c8b49 |
EUC-JP | 倖耕結I | 10111000111101101011100111001100101101111110101101001001 | b8f6b9ccb7eb49 |
UTF-8 | 倖耕結I | 11100101100000001001011011101000100000001001010111100111101101011001000001001001 | e58096e88095e7b59049 |
UHC | 倖耕結I | 11111010101110001100110011101001110011001011111101001001 | fab8cce9ccbf49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)