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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 癲??y | 1110000110011111001111110011111101111001 | e19f3f3f79 |
EUC-JP | 癲??y | 1110001010100001001111110011111101111001 | e2a13f3f79 |
UTF-8 | 癲븍젷y | 11100111100110011011001011101011101110001000110111101100101000001011011101111001 | e799b2ebb88deca0b779 |
UHC | 癲븍젷y | 11101111101001101011101011101011101000001010101101111001 | efa6baeba0ab79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)