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 | ??賈 | 00111111001111111110011011001001 | 3f3fe6c9 |
EUC-JP | ??賈 | 00111111001111111110110011001011 | 3f3feccb |
UTF-8 | 뤞뽑賈 | 111010111010010010011110111010111011110110010001111010001011001110001000 | eba49eebbd91e8b388 |
UHC | 뤞뽑賈 | 100011111100110110111011110011001100101010111001 | 8fcdbbcccab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)