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 | ??|??|B | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | 偲爾|偲爾|B | 1000111011000011100011101010001001111100100011101100001110001110101000100111110001000010 | 8ec38ea27c8ec38ea27c42 |
EUC-JP | 偲爾|偲爾|B | 1011110011000101101111001010010001111100101111001100010110111100101001000111110001000010 | bcc5bca47cbcc5bca47c42 |
UTF-8 | 偲爾|偲爾|B | 111001011000000110110010111001111000100010111110011111001110010110000001101100101110011110001000101111100111110001000010 | e581b2e788be7ce581b2e788be7c42 |
UHC | ?爾|?爾|B | 001111111110110010110011011111000011111111101100101100110111110001000010 | 3fecb37c3fecb37c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)