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 | 治辞鈐 | 11110000101011001000111010100001111100001011100110001110101010111111101111000010 | f0ac8ea1f0b98eabfbc2 |
EUC-JP | ?治?辞鈐 | 001111111011110010100011001111111011110010101101100011111110001111000001 | 3fbca33fbcad8fe3c1 |
UTF-8 | 治辞鈐 | 111011101000000110101011111001101011001010111011111011101000000110111000111010001011111010011110111010011000100010010000 | ee81abe6b2bbee81b8e8be9ee98890 |
UHC | ?治??鈐 | 00111111111101101011110100111111001111111100110010100010 | 3ff6bd3f3fcca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)