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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 実式獏P | 10001110110000001000111010101110111000001101000101010000 | 8ec08eaee0d150 |
EUC-JP | 実式獏P | 10111100110000101011110010110000111000001101001101010000 | bcc2bcb0e0d350 |
UTF-8 | 実式獏P | 11100101101011101001111111100101101111001000111111100111100011011000111101010000 | e5ae9fe5bc8fe78d8f50 |
UHC | ?式?P | 0011111111100011110100100011111101010000 | 3fe3d23f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)