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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?旭??F | 001111111000100010101110001111110011111101000110 | 3f88ae3f3f46 |
EUC-JP | ?旭??F | 001111111011000010110000001111110011111101000110 | 3fb0b03f3f46 |
UTF-8 | 쒔旭렖렶F | 11101100100100101001010011100110100101111010110111101011101000001001011011101011101000001011011001000110 | ec9294e697adeba096eba0b646 |
UHC | 쒔旭렖렶F | 101111101010110111101001111011111000111010101011100011101100000101000110 | beade9ef8eab8ec146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)