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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 顋蛾宦螽シF | 11101000111110011000100111101001100110111000000111100101101010001011110001000110 | e8f989e99b81e5a8bc46 |
EUC-JP | 顋蛾宦螽シF | 1111000011111011101100101110101111010101111000011110101010101010100011101011110001000110 | f0fbb2ebd5e1eaaa8ebc46 |
UTF-8 | 顋蛾宦螽シF | 11101001101000011000101111101000100110111011111011100101101011101010011011101000100111101011110111101111101111011011110001000110 | e9a18be89bbee5aea6e89ebdefbdbc46 |
UHC | ?蛾宦??F | 0011111111100100101101101111110010110010001111110011111101000110 | 3fe4b6fcb23f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)