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 | 終?運?滓 | 1000111101001001001111111000100101011110001111111001111111100110 | 8f493f895e3f9fe6 |
EUC-JP | 終?運?滓 | 1011110110101010001111111011000110111111001111111101111011101000 | bdaa3fb1bf3fdee8 |
UTF-8 | 終렫運렭滓 | 111001111011010110000010111010111010000010101011111010011000000110001011111010111010000010101101111001101011101110010011 | e7b582eba0abe9818beba0ade6bb93 |
UHC | 終렫運렭滓 | 11110000111110111000111010111001111010101010000110001110101110101110111010101011 | f0fb8eb9eaa18ebaeeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)