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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 闔峨o菫ョh | 11101000100011101000100111100011100000101000111111100100101111111010111001101000 | e88e89e3828fe4bfae68 |
EUC-JP | 闔峨o菫ョh | 1110111111101110101100101110010110100011111011111110100011000001100011101010111001101000 | efeeb2e5a3efe8c18eae68 |
UTF-8 | 闔峨o菫ョh | 11101001100101111001010011100101101100111010100011101111101111011000111111101000100011111010101111101111101111011010111001101000 | e99794e5b3a8efbd8fe88fabefbdae68 |
UHC | 闔峨o菫?h | 11111001111011111110010010110001101000111110111111010000110010110011111101101000 | f9efe4b1a3efd0cb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)