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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 鴫銧蒔@h | 11110000101011001000111010110000111110111100110010001110101010100100000001101000 | f0ac8eb0fbcc8eaa4068 |
EUC-JP | ?鴫銧蒔@h | 00111111101111001011001010001111111001001010011010111100101011000100000001101000 | 3fbcb28fe4a6bcac4068 |
UTF-8 | 鴫銧蒔@h | 1110111010000001101010111110100110110100101010111110100110001010101001111110100010010010100101000100000001101000 | ee81abe9b4abe98aa7e892944068 |
UHC | ???蒔@h | 00111111001111110011111111100011110010000100000001101000 | 3f3f3fe3c84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)