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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簽黝亅鉗 | 1110001011010011111010100111101010011000101010111110011111100111 | e2d3ea7a98abe7e7 |
EUC-JP | 簽黝亅鉗 | 1110010011010101111100111101101111010000101011011110111011101001 | e4d5f3dbd0adeee9 |
UTF-8 | 簽黝亅鉗 | 111001111011000010111101111010011011101110011101111001001011101010000101111010011000100110010111 | e7b0bde9bb9de4ba85e98997 |
UHC | 簽??鉗 | 111101001101100000111111001111111100110011000110 | f4d83f3fccc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)