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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涅ф? | 1001111110111000100001001000011000111111 | 9fb884863f |
EUC-JP | 涅ф? | 1101111010111010101001111110011000111111 | debaa7e63f |
UTF-8 | 涅ф쉸 | 1110011010110110100001011101000110000100111011001000100110111000 | e6b685d184ec89b8 |
UHC | 涅ф쉸 | 111001101110111010101100111001101001101010001110 | e6eeace69a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)