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 | ヨ昮ス昭 | 1111000011101001110101101111101011010010101111011000111110111010 | f0e9d6fad2bd8fba |
EUC-JP | ?ヨ昮ス昭 | 00111111100011101101011010001111110000101010101110001110101111011011111010111100 | 3f8ed68fc2ab8ebdbebc |
UTF-8 | ヨ昮ス昭 | 111011101000001010101000111011111011111010010110111001101001100010101110111011111011110110111101111001101001100010101101 | ee82a8efbe96e698aeefbdbde698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)