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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謇育キャ | 111001101000100110001000111001111011011110101100 | e68988e7b7ac |
EUC-JP | 謇育キャ | 1110101111101001101100001110100110001110101101111000111010101100 | ebe9b0e98eb78eac |
UTF-8 | 謇育キャ | 111010001010110010000111111010001000001010110010111011111011110110110111111011111011110110101100 | e8ac87e882b2efbdb7efbdac |
UHC | ?育?? | 0011111111101011110000000011111100111111 | 3febc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)