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 | 治鴦鴫 | 11110000101011011000111010100001111010011111000110001110101100001111001010111011 | f0ad8ea1e9f18eb0f2bb |
EUC-JP | ?治鴦鴫? | 0011111110111100101000111111001011110011101111001011001000111111 | 3fbca3f2f3bcb23f |
UTF-8 | 治鴦鴫 | 111011101000000110101100111001101011001010111011111010011011010010100110111010011011010010101011111011101000011110110010 | ee81ace6b2bbe9b4a6e9b4abee87b2 |
UHC | ?治鴦?? | 00111111111101101011110111100100111011000011111100111111 | 3ff6bde4ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)