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 | ???影?? | 00111111001111110011111110001001011001010011111100111111 | 3f3f3f89653f3f |
EUC-JP | ???影?? | 00111111001111110011111110110001110001100011111100111111 | 3f3f3fb1c63f3f |
UTF-8 | 廉뉛풃影좐닇 | 111011111010011010100010111010111000100110011011111011011001001010000011111001011011110110110001111011001010001010010000111010111000101110000111 | efa6a2eb899bed9283e5bdb1eca290eb8b87 |
UHC | 廉뉛풃影좐닇 | 111001101111010110000111111011111011111010001011111001111010111110100000111011101000100010010000 | e6f587efbe8be7afa0ee8890 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)