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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???邰??? | 001111110011111100111111100011111110000111110110001111110011111100111111 | 3f3f3f8fe1f63f3f3f |
UTF-8 | 쒀롌뤙邰쒀롌뤙 | 111011001001001010000000111010111010000110001100111010111010010010011001111010011000001010110000111011001001001010000000111010111010000110001100111010111010010010011001 | ec9280eba18ceba499e982b0ec9280eba18ceba499 |
UHC | 쒀롌뤙邰쒀롌뤙 | 1011111010101100100011101101001010001111110010001111011111000110101111101010110010001110110100101000111111001000 | beac8ed28fc8f7c6beac8ed28fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)