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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 貉幄鳩F | 11100110101110011001101111101000100101001011010101000110 | e6b99be894b546 |
EUC-JP | 貉幄鳩F | 11101100101110111101011011101010110010001011011101000110 | ecbbd6eac8b746 |
UTF-8 | 貉幄鳩F | 11101000101100101000100111100101101110011000010011101001101100111010100101000110 | e8b289e5b984e9b3a946 |
UHC | ?幄鳩F | 001111111110010011000001110011111100110101000110 | 3fe4c1cfcd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)