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 | 霆?衲臧? | 1110100010111011001111111110010111010011111001000110100000111111 | e8bb3fe5d3e4683f |
EUC-JP | 霆?衲臧? | 1111000010111101001111111110101011010101111001111100100100111111 | f0bd3fead5e7c93f |
UTF-8 | 霆쇤衲臧렪 | 111010011001110010000110111011001000011110100100111010001010000110110010111010001000011110100111111010111010000010101010 | e99c86ec87a4e8a1b2e887a7eba0aa |
UHC | 霆쇤衲臧렪 | 11101111111111011011110011101001110100101010010011101101111101011000111010111000 | effdbce9d2a4edf58eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)