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 | 營??歟? | 10011010011110100011111100111111100111110110001000111111 | 9a7a3f3f9f623f |
EUC-JP | 營??歟? | 11010011110110110011111100111111110111011100001100111111 | d3db3f3fddc33f |
UTF-8 | 營붷눇歟쥆 | 111001111000011110011111111010111011011010110111111010111000100010000111111001101010110110011111111011001010010110000110 | e7879febb6b7eb8887e6ad9feca586 |
UHC | 營붷눇歟쥆 | 11100111101111011001010011100101100001111010011011100110101000101010001001111001 | e7bd94e587a6e6a2a279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)