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 | ??繒??? | 00111111001111111111101110001111001111110011111100111111 | 3f3ffb8f3f3f3f |
EUC-JP | ??繒??? | 0011111100111111100011111101010011010100001111110011111100111111 | 3f3f8fd4d43f3f3f |
UTF-8 | 綎렪繒매잴㎮ | 111001111011011010001110111010111010000010101010111001111011100110010010111010111010011110100100111011001001111010110100111000111000111010101110 | e7b68eeba0aae7b992eba7a4ec9eb4e38eae |
UHC | 綎렪繒매잴㎮ | 111011111111001010001110101110001111000111111001101110001100010111000000111010101010011111100010 | eff28eb8f1f9b8c5c0eaa7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)