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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 犱ロシ犱ロシ^ | 111110110101101111011011101111001111101101011011110110111011110001011110 | fb5bdbbcfb5bdbbc5e |
EUC-JP | 犱ロシ犱ロシ^ | 100011111100101011101111100011101101101110001110101111001000111111001010111011111000111011011011100011101011110001011110 | 8fcaef8edb8ebc8fcaef8edb8ebc5e |
UTF-8 | 犱ロシ犱ロシ^ | 11100111100010101011000111101111101111101001101111101111101111011011110011100111100010101011000111101111101111101001101111101111101111011011110001011110 | e78ab1efbe9befbdbce78ab1efbe9befbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)