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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 偲悉篠爾 | 10001110110000111000111010111011100011101100001010001110101000101111000010111011 | 8ec38ebb8ec28ea2f0bb |
EUC-JP | 偲悉篠爾? | 101111001100010110111100101111011011110011000100101111001010010000111111 | bcc5bcbdbcc4bca43f |
UTF-8 | 偲悉篠爾 | 111001011000000110110010111001101000001010001001111001111010111110100000111001111000100010111110111011101000000110111010 | e581b2e68289e7afa0e788beee81ba |
UHC | ?悉篠爾? | 0011111111100011111110101110000111000110111011001011001100111111 | 3fe3fae1c6ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)