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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | シオ[シオ[^ | 1111001011110110101111001011010101011011111100101111011010111100101101010101101101011110 | f2f6bcb55bf2f6bcb55b5e |
EUC-JP | ?シオ[?シオ[^ | 00111111100011101011110010001110101101010101101100111111100011101011110010001110101101010101101101011110 | 3f8ebc8eb55b3f8ebc8eb55b5e |
UTF-8 | シオ[シオ[^ | 111011101000100010101101111011111011110110111100111011111011110110110101010110111110111010001000101011011110111110111101101111001110111110111101101101010101101101011110 | ee88adefbdbcefbdb55bee88adefbdbcefbdb55b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)