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 | ??財 | 00111111001111111000110111100000 | 3f3f8de0 |
EUC-JP | ?薏財 | 001111111000111111011001110111101011101011100010 | 3f8fd9debae2 |
UTF-8 | 뤂薏財 | 111010111010010010000010111010001001011010001111111010001011001010100001 | eba482e8968fe8b2a1 |
UHC | 뤂薏財 | 100011111011001111101011111110111110111010101111 | 8fb3ebfbeeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)