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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嵬??影?? | 1001101111001010001111110011111110001001011001010011111100111111 | 9bca3f3f89653f3f |
EUC-JP | 嵬??影?? | 1101011011001100001111110011111110110001110001100011111100111111 | d6cc3f3fb1c63f3f |
UTF-8 | 嵬뚦괌影졿쯃 | 111001011011010110101100111010111001101010100110111010101011010010001100111001011011110110110001111011001010000110111111111011001010111110000011 | e5b5aceb9aa6eab48ce5bdb1eca1bfecaf83 |
UHC | 嵬뚦괌影졿쯃 | 111010001110001110001100111001011011000110100001111001111010111110100000111001101010100010011111 | e8e38ce5b1a1e7afa0e6a89f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)