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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 譿ィ誧ィ譿ィ迸 | 1111101110101100101010001111101110100110101010001111101110101100101010001110011110011110 | fbaca8fba6a8fbaca8e79e |
EUC-JP | ?ィ誧ィ?ィ迸 | 00111111100011101010100010001111110111011111101010001110101010000011111110001110101010001110110111111110 | 3f8ea88fddfa8ea83f8ea8edfe |
UTF-8 | 譿ィ誧ィ譿ィ迸 | 111010001010110110111111111011111011110110101000111010001010101010100111111011111011110110101000111010001010110110111111111011111011110110101000111010001011111110111000 | e8adbfefbda8e8aaa7efbda8e8adbfefbda8e8bfb8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)