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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 熙ロソ | 11101010101001001101101110111111 | eaa4dbbf |
EUC-JP | 熙ロソ | 111101001010011010001110110110111000111010111111 | f4a68edb8ebf |
UTF-8 | 熙ロソ | 111001111000011010011001111011111011111010011011111011111011110110111111 | e78699efbe9befbdbf |
UHC | 熙?? | 11111101111101110011111100111111 | fdf73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)