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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??疑? | 0011111100111111100010110101111000111111 | 3f3f8b5e3f |
EUC-JP | ??疑? | 0011111100111111101101011011111100111111 | 3f3fb5bf3f |
UTF-8 | 欌렪疑렑 | 111001101010110010001100111010111010000010101010111001111001011010010001111010111010000010010001 | e6ac8ceba0aae79691eba091 |
UHC | 欌렪疑렑 | 1110110111101011100011101011100011101011111101111000111010100110 | edeb8eb8ebf78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)