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 | 迂蕎?瑚? | 1000100101001001100010111011110000111111100011001110100000111111 | 89498bbc3f8ce83f |
EUC-JP | 迂蕎?瑚? | 1011000110101010101101101011111000111111101110001110101000111111 | b1aab6be3fb8ea3f |
UTF-8 | 迂蕎맛瑚렞 | 111010001011111110000010111010001001010110001110111010111010011110011011111001111001000110011010111010111010000010011110 | e8bf82e8958eeba79be7919aeba09e |
UHC | 迂蕎맛瑚렞 | 11101001111001101100111011110000101110001100000011111011110100011000111010101111 | e9e6cef0b8c0fbd18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)