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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?旭??\ | 001111111000100010101110001111110011111101011100 | 3f88ae3f3f5c |
EUC-JP | ?旭??\ | 001111111011000010110000001111110011111101011100 | 3fb0b03f3f5c |
UTF-8 | 쒀旭렖롌\ | 11101100100100101000000011100110100101111010110111101011101000001001011011101011101000011000110001011100 | ec9280e697adeba096eba18c5c |
UHC | 쒀旭렖롌\ | 101111101010110011101001111011111000111010101011100011101101001001011100 | beace9ef8eab8ed25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)