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 | 楔簫簫紆泄 | 10011110101101101110001011010010111000101101001011100010111111001001111110010101 | 9eb6e2d2e2d2e2fc9f95 |
EUC-JP | 楔簫簫紆泄 | 11011100101110001110010011010100111001001101010011100100111111101101110111110101 | dcb8e4d4e4d4e4feddf5 |
UTF-8 | 楔簫簫紆泄 | 111001101010010110010100111001111011000010101011111001111011000010101011111001111011010010000110111001101011001110000100 | e6a594e7b0abe7b0abe7b486e6b384 |
UHC | 楔簫簫紆泄 | 11100000110110111110000111000111111000011100011111101001111000011110000011011100 | e0dbe1c7e1c7e9e1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)