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 | ヨ魲ネ聆脣 | 1101011011111100010000101100100011100011110101111110001111111010 | d6fc42c8e3d7e3fa |
EUC-JP | ヨ?ネ聆脣 | 100011101101011000111111100011101100100011100110110110011110011011111100 | 8ed63f8ec8e6d9e6fc |
UTF-8 | ヨ魲ネ聆脣 | 111011111011111010010110111010011010110110110010111011111011111010001000111010001000000110000110111010001000010010100011 | efbe96e9adb2efbe88e88186e884a3 |
UHC | ???聆脣 | 00111111001111110011111111010110110000001110001011101110 | 3f3f3fd6c0e2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)