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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 臓俗臓単P | 100100011001111110010001101011011001000110011111100100100101000001010000 | 919f91ad919f925050 |
EUC-JP | 臓俗臓単P | 110000101010000111000010101011111100001010100001110000111011000101010000 | c2a1c2afc2a1c3b150 |
UTF-8 | 臓俗臓単P | 11101000100001111001001111100100101111111001011111101000100001111001001111100101100011011001100001010000 | e88793e4bf97e88793e58d9850 |
UHC | ?俗??P | 001111111110000111010100001111110011111101010000 | 3fe1d43f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)