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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?峰?? | 0011111110010101111101000011111100111111 | 3f95f43f3f |
EUC-JP | ?峰?? | 0011111111001010111101100011111100111111 | 3fcaf63f3f |
UTF-8 | 곅峰렭렭 | 111010101011001110000101111001011011001110110000111010111010000010101101111010111010000010101101 | eab385e5b3b0eba0adeba0ad |
UHC | 곅峰렭렭 | 1000000111001010110111001110100010001110101110101000111010111010 | 81cadce88eba8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)