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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 睡?}睡?{^ | 100100001000011100111111011111011001000010000111001111110111101101011110 | 90873f7d90873f7b5e |
EUC-JP | 睡奭}睡奭{^ | 10111111111001111000111110111000111111100111110110111111111001111000111110111000111111100111101101011110 | bfe78fb8fe7dbfe78fb8fe7b5e |
UTF-8 | 睡奭}睡奭{^ | 111001111001110110100001111001011010010110101101011111011110011110011101101000011110010110100101101011010111101101011110 | e79da1e5a5ad7de79da1e5a5ad7b5e |
UHC | 睡奭}睡奭{^ | 1110001010110010111000001010101101111101111000101011001011100000101010110111101101011110 | e2b2e0ab7de2b2e0ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)