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 | 迂蕎?諍? | 1000100101001001100010111011110000111111111001100111100100111111 | 89498bbc3fe6793f |
EUC-JP | 迂蕎?諍? | 1011000110101010101101101011111000111111111010111101101000111111 | b1aab6be3febda3f |
UTF-8 | 迂蕎맛諍렞 | 111010001011111110000010111010001001010110001110111010111010011110011011111010001010101110001101111010111010000010011110 | e8bf82e8958eeba79be8ab8deba09e |
UHC | 迂蕎맛諍렞 | 11101001111001101100111011110000101110001100000011101110101101011000111010101111 | e9e6cef0b8c0eeb58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)