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 | 宍霆レ釋 | 111100001010010110001110101100111110100010111011110110101110011111010111 | f0a58eb3e8bbdae7d7 |
EUC-JP | ?宍霆レ釋 | 001111111011110010110101111100001011110110001110110110101110111011011001 | 3fbcb5f0bd8edaeed9 |
UTF-8 | 宍霆レ釋 | 111011101000000110100100111001011010111010001101111010011001110010000110111011111011111010011010111010011000011110001011 | ee81a4e5ae8de99c86efbe9ae9878b |
UHC | ??霆?釋 | 00111111001111111110111111111101001111111110000010110111 | 3f3feffd3fe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)