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 | 髷ィ繧雁虚h | 11101001100111101010100011100011100000101000101011100101100010111001010101101000 | e99ea8e3828ae58b9568 |
EUC-JP | 髷ィ繧雁虚h | 1111000111111110100011101010100011100101111000101011010011100111101101011111010101101000 | f1fe8ea8e5e2b4e7b5f568 |
UTF-8 | 髷ィ繧雁虚h | 11101001101010111011011111101111101111011010100011100111101110011010011111101001100110111000000111101000100110011001101001101000 | e9abb7efbda8e7b9a7e99b81e8999a68 |
UHC | ???雁?h | 00111111001111110011111111100100110100100011111101101000 | 3f3f3fe4d23f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)