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 | ??f??N\ | 00111111001111110110011000111111001111110100111001011100 | 3f3f663f3f4e5c |
SJIS-WIN | 偲爾f偲爾N\ | 1000111011000011100011101010001001100110100011101100001110001110101000100100111001011100 | 8ec38ea2668ec38ea24e5c |
EUC-JP | 偲爾f偲爾N\ | 1011110011000101101111001010010001100110101111001100010110111100101001000100111001011100 | bcc5bca466bcc5bca44e5c |
UTF-8 | 偲爾f偲爾N\ | 111001011000000110110010111001111000100010111110011001101110010110000001101100101110011110001000101111100100111001011100 | e581b2e788be66e581b2e788be4e5c |
UHC | ?爾f?爾N\ | 001111111110110010110011011001100011111111101100101100110100111001011100 | 3fecb3663fecb34e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)