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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 彫?袁篩官 | 100100101010010000111111111001011100110111100010101111111000101010101111 | 92a43fe5cde2bf8aaf |
EUC-JP | 彫?袁篩官 | 110001001010011000111111111010101100111111100100110000011011010010110001 | c4a63feacfe4c1b4b1 |
UTF-8 | 彫렞袁篩官 | 111001011011110110101011111010111010000010011110111010001010001010000001111001111010111110101001111001011010111010011000 | e5bdabeba09ee8a281e7afa9e5ae98 |
UHC | 彫렞袁篩官 | 11110000110000011000111010101111111010101011111011011110111010001100111010101111 | f0c18eafeabedee8ceaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)