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 | 楔簫簫紆 | 1001111010110110111000101101001011100010110100101110001011111100 | 9eb6e2d2e2d2e2fc |
EUC-JP | 楔簫簫紆 | 1101110010111000111001001101010011100100110101001110010011111110 | dcb8e4d4e4d4e4fe |
UTF-8 | 楔簫簫紆 | 111001101010010110010100111001111011000010101011111001111011000010101011111001111011010010000110 | e6a594e7b0abe7b0abe7b486 |
UHC | 楔簫簫紆 | 1110000011011011111000011100011111100001110001111110100111100001 | e0dbe1c7e1c7e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)