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 | ???r | 00111111001111110011111101110010 | 3f3f3f72 |
SJIS-WIN | 鱈樽贈r | 10010010010011001001001001001101100100011010000101110010 | 924c924d91a172 |
EUC-JP | 鱈樽贈r | 11000011101011011100001110101110110000101010001101110010 | c3adc3aec2a372 |
UTF-8 | 鱈樽贈r | 11101001101100011000100011100110101010001011110111101000101101001000100001110010 | e9b188e6a8bde8b48872 |
UHC | ?樽贈r | 001111111111000111011100111100011111110001110010 | 3ff1dcf1fc72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)