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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??地曝 | 001111110011111110010010011011101001010010011000 | 3f3f926e9498 |
EUC-JP | ??地曝 | 001111110011111111000011110011111100011111111000 | 3f3fc3cfc7f8 |
UTF-8 | 룶뇟地曝 | 111010111010001110110110111010111000011110011111111001011001110010110000111001101001101110011101 | eba3b6eb879fe59cb0e69b9d |
UHC | 룶뇟地曝 | 1000111110101011101101001010000111110010101000101111100011101101 | 8fabb4a1f2a2f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)