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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 鞜疲爾o | 11101000110111111001010011100110100011101010001001101111 | e8df94e68ea26f |
EUC-JP | 鞜疲爾o | 11110000111000011100100011101000101111001010010001101111 | f0e1c8e8bca46f |
UTF-8 | 鞜疲爾o | 11101001100111101001110011100111100101101011001011100111100010001011111001101111 | e99e9ce796b2e788be6f |
UHC | ?疲爾o | 001111111111100110101010111011001011001101101111 | 3ff9aaecb36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)