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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 癌洩?a | 100010101110000010001001011010110011111101100001 | 8ae0896b3f61 |
EUC-JP | 癌洩?a | 101101001110001010110001110011000011111101100001 | b4e2b1cc3f61 |
UTF-8 | 癌洩卨a | 11100111100110011000110011100110101101001010100111100101100011011010100001100001 | e7998ce6b4a9e58da861 |
UHC | 癌洩卨a | 11100100110111111110000011011101111000001101100101100001 | e4dfe0dde0d961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)