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 | 陬吶k鞫カ | 111010001010001110011001111000111000001010001011111001101001000110110110 | e8a399e3828be691b6 |
EUC-JP | 陬吶k鞫カ | 11110000101001011101001011100101101000111110101111101011111100011000111010110110 | f0a5d2e5a3ebebf18eb6 |
UTF-8 | 陬吶k鞫カ | 111010011001100110101100111001011001000010110110111011111011110110001011111010011001111010101011111011111011110110110110 | e999ace590b6efbd8be99eabefbdb6 |
UHC | ??k鞫? | 00111111001111111010001111101011110011111101010000111111 | 3f3fa3ebcfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)