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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俟?j | 1001100011010110001111111000001010001010 | 98d63f828a |
EUC-JP | 俟?j | 1101000011011000001111111010001111101010 | d0d83fa3ea |
UTF-8 | 俟쯩j | 111001001011111110011111111011001010111110101001111011111011110110001010 | e4bf9fecafa9efbd8a |
UHC | 俟쯩j | 110111101100011011000010111011011010001111101010 | dec6c2eda3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)