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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?純ヲF | 001111111000111110000011100000111001001001000110 | 3f8f83839246 |
EUC-JP | ?純ヲF | 001111111011110111100011101001011111001001000110 | 3fbde3a5f246 |
UTF-8 | 룶純ヲF | 11101011101000111011011011100111101101001001010011100011100000111011001001000110 | eba3b6e7b494e383b246 |
UHC | 룶純ヲF | 10001111101010111110001011101101101010111111001001000110 | 8fabe2edabf246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)