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 | ???陰?? | 00111111001111110011111110001001010000010011111100111111 | 3f3f3f89413f3f |
EUC-JP | ???陰?? | 00111111001111110011111110110001101000100011111100111111 | 3f3f3fb1a23f3f |
UTF-8 | 嶪욧퍎陰꿱뙶 | 111001011011011010101010111011001001101010100111111011011000110110001110111010011001100110110000111010101011111110110001111010111001100110110110 | e5b6aaec9aa7ed8d8ee999b0eabfb1eb99b6 |
UHC | 嶪욧퍎陰꿱뙶 | 111001011111010110111111111010101011101110000101111010111110010010110010111010001000110010111001 | e5f5bfeabb85ebe4b2e88cb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)