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 | ?揄??揄 | 00111111100111011000100100111111001111111001110110001001 | 3f9d893f3f9d89 |
EUC-JP | ?揄??揄 | 00111111110110011110100100111111001111111101100111101001 | 3fd9e93f3fd9e9 |
UTF-8 | 렱揄렪렱揄 | 111010111010000010110001111001101000111110000100111010111010000010101010111010111010000010110001111001101000111110000100 | eba0b1e68f84eba0aaeba0b1e68f84 |
UHC | 렱揄렪렱揄 | 10001110101111101110101011110001100011101011100010001110101111101110101011110001 | 8ebeeaf18eb88ebeeaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)