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 | 謫潘??渦 | 1110011010010011111000000100111000111111001111111000100101010001 | e693e04e3f3f8951 |
EUC-JP | 謫潘??渦 | 1110101111110011110111111010111100111111001111111011000110110010 | ebf3dfaf3f3fb1b2 |
UTF-8 | 謫潘렟렠渦 | 111010001010110010101011111001101011110110011000111010111010000010011111111010111010000010100000111001101011100010100110 | e8acabe6bd98eba09feba0a0e6b8a6 |
UHC | 謫潘렟렠渦 | 11101110111000111101101011101011100011101011000010001110101100011110100010111110 | eee3daeb8eb08eb1e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)