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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | リ郢瞿郢 | 1111000111100001110110001110011110111001111110001111000111100001110110001110011110111001 | f1e1d8e7b9f8f1e1d8e7b9 |
EUC-JP | ?リ郢?瞿郢 | 00111111100011101101100011101110101110110011111111100010110110101110111010111011 | 3f8ed8eebb3fe2daeebb |
UTF-8 | リ郢瞿郢 | 111011101000010110011100111011111011111010011000111010011000001110100010111011101001101010010000111001111001111010111111111010011000001110100010 | ee859cefbe98e983a2ee9a90e79ebfe983a2 |
UHC | ????瞿? | 00111111001111110011111100111111110011111011101000111111 | 3f3f3f3fcfba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)